今天提交版本到appstore,构建版本一直不出来,等了一天也没有出来,其实就是权限问题,iOS13 来了,所以面临的问题随之而来,苹果给邮箱发了这段话:

Dear Developer,We identified one or more issues with a recent delivery for your app, "xxxxx" 2.3.4 (553). Please correct the following issues, then upload again.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 NSBluetoothAlwaysUsageDescription 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).Though you are not required to fix the following issues, we wanted to make you aware of them:ITMS-90381: Too many symbol files - These symbols have no corresponding slice in any binary [0859C22E-6E4E-3D73-B700-AA7BCFA116E0.symbols, 278F6E37-DC54-3142-9137-2DB05C9D09BE.symbols, 2AB61708-0303-35BE-AAE4-45AD755176CC.symbols, 4F653BB0-508A-3EF1-8958-064869E9549B.symbols, 50AE951D-F40E-3269-AE0E-B02D306FA84C.symbols, 830A4133-B23A-3D65-9E76-A6A77FCF04C4.symbols, B2BA4432-56CC-3652-961B-3667E8FB32CA.symbols, DAA66595-CDF3-3C0D-9709-45002A7FE404.symbols, E3A28CF7-DD19-3181-AC2C-5ADD30FDE329.symbols, EA7AF7AE-B943-3FDF-AB7F-0B6A64751293.symbols].Best regards,The App Store Team
[图片]

翻译出来就是蓝牙的权限有了新的方法,iOS13 将废弃 NSBluetoothPeripheralUsageDescription 替换为 NSBluetoothAlwaysUsageDescription

在 在info.plist中添加新字段

重新打包上传即可

最新文章

  1. tomcat 5.5、6、7各版本的web-app标准
  2. JSBinding / Memory Management (GC)
  3. 【uoj2】 NOI2014—起床困难综合症
  4. OpenJudge计算概论-求出e的值
  5. CSS 元素垂直居中的 6种方法
  6. javascript原型链简单的理解
  7. HDU 1254 推箱子 BFS
  8. ASP.NET属性之AssociatedControlID
  9. CentOS下安装Nginx并添加nginx_upload_module
  10. 【Tomcat】Tomcat的使用
  11. UVA11020 Efficient Solutions
  12. oracle计算时间常用函数
  13. Python基础视频
  14. SVM的两个参数 C 和 gamma
  15. [leetcode]179. Largest Number最大数
  16. 利用MVC5+EF6搭建博客系统
  17. 关于kafka的一些问题理解
  18. 微信公众号JSAPI支付
  19. web页面显示当前系统时间并定时刷新
  20. java===java基础学习(3)---数据类型转换,运算符级别,枚举类型

热门文章

  1. java读取本机磁盘及遍历磁盘文件
  2. ThinkPHP 跟踪日志设置、默认分组设置
  3. J.U.C并发包(1)
  4. Python变量类型说明
  5. 结合suctf-upload labs-RougeMysql再学习
  6. 如何使用python records 库优雅的操作数据库
  7. Cacti 管理员密码忘记找回
  8. 重读《学习JavaScript数据结构与算法-第三版》- 第6章 链表(一)
  9. git之旅,畅游git的世界
  10. 《MyCat分库分表策略详解》