被拒
提交以后构建显示正在处理中,等几分钟会自动消失,构建不成功
Apple发送邮件提示:
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).
出现原因
iOS13 将废弃 NSBluetoothPeripheralUsageDescription 替换为 NSBluetoothAlwaysUsageDescription

解决方法
在info.plist中添加新字段
![]()
重新上传即可
针对iOS应用在提交审核时遇到的ITMS-90683错误,即缺少NSBluetoothAlwaysUsageDescription键的问题,本文详细解释了该错误的出现原因及解决办法。iOS13更新后,原NSBluetoothPeripheralUsageDescription已被替换,需在Info.plist文件中添加新的蓝牙权限描述字段。

1万+

被折叠的 条评论
为什么被折叠?



