zoukankan      html  css  js  c++  java
  • iOS之App Store上架被拒Legal

    今天在看到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
  • 相关阅读:
    springboot、监听器
    springboot、拦截器
    Thymeleaf模板引擎
    springboot-banner.txt
    springboot,swagger2
    springboot 热部署
    判断是否为微信环境下打开的网页
    后台接收json数据
    ios 面试题
    iOS 适配问题
  • 原文地址:https://www.cnblogs.com/rglmuselily/p/6255036.html
Copyright © 2011-2022 走看看