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

楼主使用的是百度地图使用后台定位时,对定位功能的描述Continued use of GPS running in the background can dramatically decrease battery life.可以借鉴一下。

初次写文章,比较粗糙,希望大家谅解,希望可以帮助到大家。

你可能感兴趣的:(App Store 上架被拒Legal - 5.1.5问题)