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

时间:2023-03-09 07:16:13
iOS之App Store上架被拒Legal - 5.1.5问题

今天在看到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,具体进行描述你要使用后台定位功能做什么或者别的描述,尽量做到简洁明了。如图所示:

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

可以借鉴一下。

附录:

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