草庐IT

ios - 为什么这个应用程序被拒绝了?

Apple拒绝了这个应用程序,甚至在解决中心提供了很长的解释,但我不确定为什么。有人可以帮我翻译吗?2.23WefoundthatyourappdoesnotfollowtheiOSDataStorageGuidelines,whichisrequiredpertheAppStoreReviewGuidelines.Inparticular,wefoundthatonlaunchand/orcontentdownload,yourappstoresdownloadedmedia(MP3files).Tocheckhowmuchdatayourappisstoring:Installan

ios - 应用程序必须遵循 iOS 数据存储指南,否则将被拒绝

我开发了一个应用程序,可以从网上下载mp3文件(大小接近6到8mb)并存储在NSDocumentDirectory中。我的应用程序今天被拒绝并说"AppsmustfollowtheiOSDataStorageGuidelinesortheywillberejected"WefoundthatyourappdoesnotfollowtheiOSDataStorageGuidelines,whichisrequiredpertheAppStoreReviewGuidelines.TheiOSDataStorageGuidelinesindicatethatonlycontentthatth

ios - 拒绝 : "2.23: Apps must follow the iOS Data Storage Guidelines", 我们没有在文档文件夹中保存任何数据

我们的App被App拒绝了,原因是:2.23WefoundthatyourappdoesnotfollowtheiOSDataStorageGuidelines,whichisrequiredpertheAppStoreReviewGuidelines.Inparticular,wefoundthatonlaunchand/orcontentdownload,yourappstoresover2MBdata.Tocheckhowmuchdatayourappisstoring:InstallandlaunchyourappGotoSettings>iCloud>Storage&Back

ios - NSURLIsExcludedFromBackupKey - 应用程序必须遵循 iOS 数据存储指南,否则将被拒绝

我的应用程序被拒绝,因为似乎7MB存储在文档文件夹中,并且它们会自动发送到icloud。所以我循环了所有将通过这种方法写入文档文件夹的文件:-(BOOL)addSkipBackupAttributeToItemAtURL:(NSURL*)URL{constchar*filePath=[[URLpath]fileSystemRepresentation];constchar*attrName="com.apple.MobileBackup";if(&NSURLIsExcludedFromBackupKey==nil){//iOS5.0.1andloweru_int8_tattrValue

ios - App不在文档目录下存储任何内容但Appstore拒绝

我是iOS开发新手。我的应用被审核拒绝,说明以下原因,2.23AppsmustfollowtheiOSDataStorageGuidelinesortheywillberejectedWefoundthatyourappdoesnotfollowtheiOSDataStorageGuidelines,whichisrequiredpertheAppStoreReviewGuidelines.我没有将我的数据库文件存储在文档目录中。这是我的代码,NSString*libraryPath=[NSSearchPathForDirectoriesInDomains(NSLibraryDirec

ios 用户拒绝推送授权时的静默推送通知

我刚刚开始一个带有IOS静默推送通知的项目,以允许应用程序在后台更新。到目前为止我不清楚的一个基本点是如果用户完全拒绝推送消息会发生什么?这会拒绝应用程序接收静默推送通知,还是只会导致设备不以视觉/听觉方式向用户显示消息?我知道苹果有规定,应用程序不仅应该在允许推送的情况下工作,而且我很好奇如何最好地处理这种情况。 最佳答案 编辑:如评论中所述,静默通知不受用户权限的影响。您唯一需要注意的是通知格式:Thesendingofasilentnotificationrequiresaspecialconfigurationoftheno

ios - Apple 由于崩溃而拒绝了我的应用程序,无法重现

我刚刚上传了一个应用程序到应用商店,它是为ios7开发的。他们拒绝了该应用程序,因为我无法重现崩溃...他们向我发送了这份崩溃报告:ExceptionType:EXC_BAD_ACCESS(SIGSEGV)ExceptionSubtype:KERN_INVALID_ADDRESSat0x0000000000000008TriggeredbyThread:0Thread0name:Dispatchqueue:com.apple.main-threadThread0Crashed:0libobjc.A.dylib0x000000018e0501c8objc_msgSend+81UIKit0

ios - 一旦被用户拒绝,如何重新请求权限

用户可以使用我的应用程序在Facebook上发布消息。iOS会在用户第一次尝试发帖时向他们显示权限对话框(“foo应用程序想代表您私下发帖”-不允许/确定)。现在看来,这个决定是坚持下来的。无论哪种方式完成此对话后,都不会再询问用户。现在,由于这可能是由于错误而发生的,所以我认为这对用户来说还不够好。有没有办法以某种方式从代码启动此权限对话? 最佳答案 没有。您可以创建自己的对话框,告诉用户他们必须转到“设置”应用才能更改隐私设置。 关于ios-一旦被用户拒绝,如何重新请求权限,我们在S

ios - 带有 Apple Watch 的应用程序被拒绝,因为应用程序未安装在 Apple Watch 上

我被AppleReviewTeam拒绝了2次(大约需要20天)。原因2.2-AppsthatexhibitbugswillberejectedThankyouforresubmittingyourappforreview.2.2DetailsIncontinuingourreview,wediscoveredthatyourwatchappdidnotinstallontheAppleWatchaftertheappwasinstalledoniPhone6runningiOS8onbothWi-Fiandcellularnetworks.NextStepsItwouldbeappro

ios - 使用 PushKit 实现静默通知后 Apple 拒绝

我们添加了静默通知,需要PushKit并在Info.plist中启用VoIP参见Apple'sPushKitDoc现在我的应用被Apple拒绝了:YourappdeclaressupportforVoIPintheUIBackgroundModeskeyinyourInfo.plist,butdoesnotincludeanyVoiceoverIPservices.PleasereviseyourapptoeitheraddVoIPfeaturesorremovethe"voip"settingfromtheUIBackgroundModeskey.该应用不是VoIP,因此不需要VoI