首页 > 移动平台 > 详细

iOS之App Store上架被拒Legal - 5.1.5问题

时间:2017-01-06 10:31:01      阅读:181      评论:0      收藏:0      [点我收藏+]

今天在看到App Store 上架过程中,苹果公司反馈的拒绝原因发现了这么一个问题:

Legal - 5.1.5

Your app uses background location services but does not clarify the purpose of its use in the location modal alert as required in the iOS Human Interface Guidelines. We‘ve attached screenshot(s) for your reference

具体就是说对于后台定位功能,我们进行的描述不够确切(虽然上一个版本没有提出这个问题)。具体的解决方案是在info.plist中增加一行NSLocationAlwaysUsageDescription,具体进行描述你要使用后台定位功能做什么或者别的描述,尽量做到简洁明了。如图所示:


技术分享

可以借鉴一下。

 

附录:

苹果更新审核要求请参照:https://developer.apple.com/app-store/review/guidelines/#location 
需要注意的事项参照:https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/LocationServices.html

 

iOS之App Store上架被拒Legal - 5.1.5问题

原文:http://www.cnblogs.com/rglmuselily/p/6255036.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!