码迷,mamicode.com
首页 > 移动开发 > 详细

iOS 后台定位审核被拒How to clarify the purpose of its use in the locatio

时间:2016-09-09 11:54:36      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:

4.5 - Apps using background location services must provide a reason that clarifies the purpose of the use, using mechanisms described in the Human Interface Guidelines

4.5 Details

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.

Next Steps

Please reconfigure theUIAlertControllerStyleAlertin your code and specify the intended purpose of using background location in its message field.

出现这个被拒的问题!我的解决方案是在 in 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 后台定位审核被拒How to clarify the purpose of its use in the locatio

标签:

原文地址:http://www.cnblogs.com/xiaoxiaoyublogs/p/5855838.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!