赞
踩
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 NSBluetoothPeripheralUsageDescription 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.
在info.plist中添加NSCameraUsageDescription,即Privacy - Camera Usage Description字段
如果还是有问题,那应该还是有其他的权限没有说明,比如说NSBluetoothPeripheralUsageDescription,即Privacy - Bluetooth Peripheral Usage Description
将所需要的权限添加上,重新上传即可
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。