您的位置:首页 > 移动开发 > IOS开发

iOS应用被拒原因总结(随时更新)

2015-10-08 14:38 465 查看
欢迎留言补充~!

若使用了后台定位,后台播放的功能不能被审核员演示出来或过程非常复杂的, 可能会被拒绝.

解决办法: 录制一段演示视频提供给审核员,在备注信息中添加一个可以在线播放视频的URL地址就可以了.

若有类似”关于”这样的说明并带有版本号信息的地方, 不能有点击效果. 审核员会认为软件使用了自己的升级方式而拒绝通过.

Also, your app has the UIFileSharingEnabled key set to true in the info.plist, but the Documents folder includes files and folders not intended for file sharing.
如果开启了文档文件夹共享功能而没有在文档文件夹下共享文件, 会被拒绝.

解决方案: 关闭文件共享功能, 在 info.plist 中关闭.

如果使用了IDFA标识, 在审核的时候没有提供显示的使用方式会被拒绝.

解决方案: 使用Google的AdMob 或 假写一个banner UI 放在显著的地方, 让审核员看到就可以了.

在应用内部不能有”检查更新”类似的功能, 否则会被拒绝.

使用第三方登录或分享而提示下载第三方应用的,会被拒绝.

解决方案: 尤其是QQ, 会跳转网页提示下载QQ. 禁止跳转,只做提示

在itunesconnect中填写应用信息的时候,没有隐私说明,可能会被拒.

解决方法: 提供一个静态页面,说明隐私权利.

如果应用使用了后台服务, 比如音频, 定位什么的, 需要在应用描述中添加关于电池寿命的免责描述. (这个有点坑, 命不好啊, 这都被拒). 被拒原文描述:

2.16 - Multitasking Apps may only use background services for their intended purposes: VoIP, audio playback, location, task completion, local notifications, etc.

2.16 Details

Your app uses the Location Background mode but does not include the required "battery use" disclaimer in your Application Description. Specifically, the current disclaimer is insufficient.

Next Steps

Please add the following disclaimer to your Application Description:

"Continued use of GPS running in the background can dramatically decrease battery life."

Since your iTunes Connect Application State is Metadata Rejected, we do NOT require a new binary. To revise the metadata, visit iTunes Connect to select your app and revise the desired metadata values. Once you’ve completed all changes, click the “Submit for Review” button at the top of the App Information page.

NOTE: Please be sure to make any metadata changes to all App Localizations by selecting each specific localization and making appropriate changes.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ios 审核 reject