最近发包上传成功但苹果后台并没有看到
开发者邮箱可以收到邮件
Dear Developer,
We identified one or more issues with a recent delivery for your app,. 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/docu ... _the_user_s_privacy](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-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See [https://developer.apple.com/documentation/uikit/uiwebview](https://developer.apple.com/documentation/uikit/uiwebview) for more information.
Best regards,
The App Store Team
原来的蓝牙权限在IOS 13被遗弃
改成了 NSBluetoothAlwaysUsageDescription
在info.plist里面添加
NSBluetoothAlwaysUsageDescription 或者 Privacy - Bluetooth Peripheral Usage Description 权限字段 value 也是你的蓝牙用途
image.png注意:旧的字段Privacy - Bluetooth Peripheral Usage Description不要删。
网友评论