大小宝
大小宝
  • 发布:2021-02-17 11:53
  • 更新:2021-02-17 17:43
  • 阅读:2350

用ios离线打包ipa上传到appstore,收到的警告需要填写NSMicrophoneUsageDescription描述,可是根本没有用到麦克风

分类:HBuilderX

邮件内容如下:
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 NSMicrophoneUsageDescription 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).

应用里面只用到了unipush和share模块。
已经在应用里删掉了如下framework:
CoreBluetooth.framework 蓝牙
CoreLocation.framework 地址
AddressBookUI.framework 通讯录
AddressBook.framework 通讯录
AudioToolbox.framework 麦克风和喇叭
AVFoundation.framework 麦克风和喇叭

2021-02-17 11:53 负责人:无 分享
已邀请:
MonikaChen

MonikaChen

你看看有没有相关的SDK,删除掉
我之前遇到说有蓝牙权限,找到相应SDK删除就不提示了

该问题目前已经被锁定, 无法添加新回复