草庐IT

adhoc-queries

全部标签

iphone - 我真的需要为 TestFlight 创建一个 AdHoc Distribution Build 吗?

关于TestFlight存在分歧意见和矛盾信息。一些消息来源说您需要通过旧的AdHoc分发流程,而TestFlight只会为您收集UDID,然后帮助您传播您的AdHoc构建。你可以用电子邮件做同样的事情。Othersourcessay:Testflightallowsyoutosimplifythisprocessimmensely.YoujustbuildanormaldebugIPAandthenputitonTestFlight.Theyhavetheirownglobalprovisioningprofiletheusersinstallandruntheappwith.It'

iOS Facebook SDK "An active access token must be used to query information about the current user."

我有一个token,但一直收到此错误:“必须使用事件访问token来查询有关当前用户的信息。”任何帮助表示赞赏:)NSLog(@"TOKEN:%@",[[FBSessionactiveSession]accessToken]);NSString*picture=[NSStringstringWithFormat:@"http://www.prowebdev.org/WooF/API/OpenGraph.php"];NSString*image=[NSStringstringWithFormat:@"http://www.prowebdev.org/WooF/API/upload/356

安卓机房 : Each bind variable in the query must have a matching method

我正在使用带有Kotlin的android持久性库Room。道是这样的@DaointerfaceCountryDao{@Query("SELECT*FROMcountries")funloadAllCountried():LiveData>@Insert(onConflict=OnConflictStrategy.REPLACE)funinsertAll(products:List)@Query("SELECT*FROMcountriesWHEREid=:countryId")funloadCountry(countryId:Int):LiveData@Query("SELECT*FR

安卓机房 : Each bind variable in the query must have a matching method

我正在使用带有Kotlin的android持久性库Room。道是这样的@DaointerfaceCountryDao{@Query("SELECT*FROMcountries")funloadAllCountried():LiveData>@Insert(onConflict=OnConflictStrategy.REPLACE)funinsertAll(products:List)@Query("SELECT*FROMcountriesWHEREid=:countryId")funloadCountry(countryId:Int):LiveData@Query("SELECT*FR

ios - -canOpenURL : failed for URL: "fbauth2:/" - error: "This app is not allowed to query for scheme fbauth2" (OSStatus error -10814. )

当我尝试登录时出现此错误消息:_-canOpenURL:failedforURL:"fbauth2:/"-error:"Theoperationcouldn’tbecompleted.(OSStatuserror-10814.)"我有macOSHighSierra10.13.6。我的Xcode版本是9.4.1。SDKiOS10.2,模拟器我试过方法但没有帮助:https://developers.facebook.com/docs/ios/ios9我也确实尝试过LSApplicationQueriesSchemes但也没有成功。 最佳答案

ios - OAuthException/代码 = 2500/消息 = "An active access token must be used to query information about the current user."

我正在尝试获取登录用户的数据(如姓名、性别、生日、个人资料图片等)。我尝试了以下两个代码,如下所示://first:Createrequestforuser'sFacebookdataFBRequest*request=[FBRequestrequestForMe];//SendrequesttoFacebook[requeststartWithCompletionHandler:^(FBRequestConnection*connection,idresult,NSError*error){NSLog(@"%@",error);if(!error){//resultisadictio

ios - 完成以下错误 "This query has an outstanding network connection. You have to wait until it'。”

我不明白为什么我得到'此查询具有出色的网络连接。您必须等到它完成。因为我只运行一个查询任何人都可以在这里帮忙,因为我是新手解析-(id)initWithCoder:(NSCoder*)aCoder{self=[superinitWithCoder:aCoder];if(self){//Customizethetable//TheclassNametoqueryonself.parseClassName=@"Exibitor";//ThekeyofthePFObjecttodisplayinthelabelofthedefaultcellstyleself.textKey=@"name"

iphone - 连接到 adhoc wifi 时使用 3g 上网(使用私有(private) API)

首先,我正在寻找使用私有(private)API的资源。这是一个企业应用程序,永远不会去应用商店我需要尽可能多地让用户进行配置。也就是说,我有一个设备,iPad将连接到该设备并通过该设备提供的临时wifi网络进行通信。ipad连接到该设备并通过套接字连接向其发送原始数据。我还需要连接到互联网以进行数据同步。80%的时间,ipad会连接到这个adhocwifi设备。ipad上的管理软件不允许用户调整wifi设置,所以我试图确保我连接到我的设备而不限制我的服务器同步。我知道我可以使用applesReachability类确定连接,这不是我要找的。我需要同时使用3g和wifi。有没有办法在代

ios - 如何调查 iOS 崩溃并出现错误 NSOSStatusErrorDomain Code=-50 "query missing class name"

我们通过TestFlight发布的应用目前正在为少数用户遇到崩溃,而且该崩溃很难调查。它发生在iOS9和9.1上,我们已经在几款不同的iPhone上看到了它。我们已经测试了所有这些设备和操作系统版本,因此这似乎不是问题。为了调试问题,我尝试检查设备日志,以下是我们得到的全部信息:securityd[93]:securityd_xpc_dictionary_handlerRoger[1287]copy_matchingErrorDomain=NSOSStatusErrorDomainCode=-50"querymissingclassname"UserInfo={NSDescriptio

ios - CoreLocation 不适用于 iOS 8 上的 Adhoc Distribution

自第一个Xcode6beta1以来,我一直在开发依赖于CoreLocation的应用程序。上周我提交了它进行测试iTunesconnect/TestFlight.该应用程序在开发设备上完美运行,但当我创建临时版本时,它不要求授权。详情:Settings>General>Reset>ResetLocationWarnings没有解决我在Info.plist上设置了NSLocationWhenInUseUsageDescriptionCoreLocation.framework添加到LinkedFrameworksandLibraries(但删除时没有任何变化)我正在为MBProgress