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).
译文意思是:
ITMS-90683:中缺少目的字符串信息列表-你的应用程序代码引用一个或多个访问敏感用户数据的API。应用程序的信息列表文件应该包含一个NSBluetoothAlwaysUsageDescription键,其中包含一个面向用户的目的字符串,清楚、完整地解释应用程序为什么需要这些数据。从2019年春季开始,所有提交到App Store访问用户数据的应用程序都必须包含一个目的字符串。如果您使用的是外部库或sdk,它们可能会引用需要用途字符串的api。虽然您的应用程序可能不使用这些API,但仍然需要用途字符串。您可以联系库或SDK的开发人员,请求他们发布不包含api的代码版本。了解更多(https://developer.apple.com/documentation/uikit/core_app/protecting_用户_s_隐私).
这个提示可以不用理会,只是提示你缺少权限NSBluetoothAlwaysUsageDescription
网友评论