Dear Developer,

We identified one or more issues with a recent delivery for your app, "私募排排网-连接私募,连接财富" 6.2.0 (1.0.3). Your delivery was successful, but you may wish to correct the following issues in your next delivery:

ITMS-90683: Missing Purpose String in Info.plist - Your app's code references one or more APIs that access sensitive user data. The app's Info.plist file should contain a NSLocationAlwaysUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. Starting Spring 2019, all apps submitted to the App Store that access user data are required to include a purpose string. If you're using external libraries or SDKs, they may reference APIs that require a purpose string. While your app might not use these APIs, a purpose string is still required. You can contact the developer of the library or SDK and request they release a version of their code that doesn't contain the APIs. Learn more (https://developer.apple.com/documentation/uikit/core_app/protecting_the_user_s_privacy).

ITMS-90683: Missing Purpose String in Info.plist - Your app's code references one or more APIs that access sensitive user data. The app's Info.plist file should contain a NSLocationWhenInUseUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. Starting Spring 2019, all apps submitted to the App Store that access user data are required to include a purpose string. If you're using external libraries or SDKs, they may reference APIs that require a purpose string. While your app might not use these APIs, a purpose string is still required. You can contact the developer of the library or SDK and request they release a version of their code that doesn't contain the APIs. Learn more (https://developer.apple.com/documentation/uikit/core_app/protecting_the_user_s_privacy).

After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to App Store Connect.

Best regards,

The App Store Team

第三方的SDK中  包含了定位的API  然后就一直警告这个。

最新文章

  1. 15 个实用的 PHP 正则表达式
  2. 2017/1/7 学习笔记 jar包,maven
  3. ThinkPHP留后门技巧
  4. php获取在线xml的数据
  5. 日志分析(三) kibana数据展示
  6. 【科研论文】W5100在远程电力质量监测设备中的应用
  7. [Leetcode][Python]45: Jump Game II
  8. [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify uniq
  9. java动态加载配置文件
  10. android-async-http详解
  11. springboot结合maven打包发布
  12. react-redux的基本用法
  13. 一文入门HTML5
  14. Sublime Text3 & MinGW & LLVM CLang 安装配置C-C++编译环境
  15. Java 网络IO编程总结(BIO、NIO、AIO均含完整实例代码)
  16. 【转】Eclipse 乱码 解决方案总结(UTF8 -- GBK)
  17. [转]python中pandas库中DataFrame对行和列的操作使用方法
  18. V-rep学习笔记:转动关节2
  19. Spring 4 中重定向RedirectAttributes的使用
  20. HDU 4788 Hard Disk Drive (2013成都H,水题)

热门文章

  1. C# calculate disk size
  2. ubuntu安装gcc不同的版本
  3. 如何获取input,file里的文件,实现预览效果,并传给后端?
  4. JS基础语法----Math对象
  5. docker tomcat8 mysql8部署常见错误
  6. MySQL基础之数据管理【4】
  7. Java总结转载,持续更新。。。
  8. 面向对象程序设计(JAVA) 第15周学习指导及要求
  9. Spring Batch与ETL工具比较
  10. DRF--ModelSerializer