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
  • 相关阅读:
    eclipse常用快捷键
    Android 布局
    Android UI设计
    Android Context 是什么?
    内部类
    手写单例模式
    上课笔记:移动开发新利器-你好,Flutter
    Android Fragment
    Kotlin语言
    Android虚拟机和类加载机制
  • 原文地址:https://www.cnblogs.com/rglmuselily/p/6255036.html
Copyright © 2011-2022 走看看