iOS10项目打包上传被拒关于隐私权限问题

简介: iOS10项目打包上传被拒关于隐私权限问题

This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSBluetoothPeripheralUsageDescription key with a string value explaining to the user how the app uses this data.

This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.


Once these issues have been corrected, you can then redeliver the corrected binary.

大概意思就是有需要设置的隐私权限没有设置,这里是蓝牙的权限问题

右击Info.plist文件 >Open As >Source Code 打开复制以下你在应用中使用的隐私权限设置(描述自己修改)

<key>NSVideoSubscriberAccountUsageDescription</key>  
 <string></string>  
 <key>NSBluetoothPeripheralUsageDescription</key>  
 <string>蓝牙权限</string>  
 <key>NSSpeechRecognitionUsageDescription</key>  
 <string>语音识别权限</string>  
 <key>NSSiriUsageDescription</key>  
 <string>Siri权限</string>  
 <key>NSRemindersUsageDescription</key>  
 <string></string>  
 <key>NSPhotoLibraryUsageDescription</key>  
 <string>相册权限</string>  
 <key>kTCCServiceMediaLibrary</key>  
 <string></string>  
 <key>NSMotionUsageDescription</key>  
 <string>运动权限</string>  
 <key>NSMicrophoneUsageDescription</key>  
 <string>麦克风权限</string>  
 <key>NSAppleMusicUsageDescription</key>  
 <string>音乐权限</string>  
 <key>NSLocationWhenInUseUsageDescription</key>  
 <string>地理位置权限</string>  
 <key>NSLocationUsageDescription</key>  
 <string>地理位置权限</string>  
 <key>NSLocationAlwaysUsageDescription</key>  
 <string>地理位置权限</string>  
 <key>NSHomeKitUsageDescription</key>  
 <string></string>  
 <key>NSHealthUpdateUsageDescription</key>  
 <string>健康权限</string>  
 <key>NSHealthShareUsageDescription</key>  
 <string>健康权限</string>  
 <key>NSContactsUsageDescription</key>  
 <string>通讯录权限</string>  
 <key>NSCameraUsageDescription</key>  
 <string>摄像头权限</string>  
 <key>NSCalendarsUsageDescription</key>  
 <string>日历权限</string>


image.png

目录
相关文章
|
3月前
|
Linux 数据安全/隐私保护 虚拟化
iOS 打包 IPA 教程
iOS 打包 IPA 教程
|
3月前
|
Linux 数据安全/隐私保护 iOS开发
如何使用 Xcode 打包导出 IPA 文件并进行 iOS 应用内测,无需支付苹果开发者账号费用?
如何使用 Xcode 打包导出 IPA 文件并进行 iOS 应用内测,无需支付苹果开发者账号费用?
|
2月前
|
数据安全/隐私保护 开发者 iOS开发
iOS-打包上架构建版本一直不出现/正在处理/自动消失
iOS-打包上架构建版本一直不出现/正在处理/自动消失
26 0
|
2月前
|
数据安全/隐私保护 iOS开发 开发者
uniapp IOS从打包到上架流程(详细简单) 原创
uniapp IOS从打包到上架流程(详细简单) 原创
26 1
|
2月前
|
移动开发 监控 小程序
mPaaS常见问题之uniapp ios端云打包的配置config文件如何解决
mPaaS(移动平台即服务,Mobile Platform as a Service)是阿里巴巴集团提供的一套移动开发解决方案,它包含了一系列移动开发、测试、监控和运营的工具和服务。以下是mPaaS常见问题的汇总,旨在帮助开发者和企业用户解决在使用mPaaS产品过程中遇到的各种挑战
30 0
|
2月前
|
iOS开发 开发者
【教程】uni-app iOS 打包解决 profile 文件与私钥证书不匹配问题
【教程】uni-app iOS 打包解决 profile 文件与私钥证书不匹配问题
|
3月前
|
安全 网络安全 数据安全/隐私保护
iOS App的打包和上架流程
iOS App的打包和上架流程
|
3月前
|
移动开发 开发工具 数据安全/隐私保护
iOS APP 版本更新升级教程:如何打包上架新的 APP 版本?
iOS APP 版本更新升级教程:如何打包上架新的 APP 版本?
iOS APP 版本更新升级教程:如何打包上架新的 APP 版本?
|
3月前
|
数据安全/隐私保护 iOS开发 开发者
Uniapp 最新版 iOS 打包详细步骤详解
Uniapp 最新版 iOS 打包详细步骤详解
|
4月前
|
数据安全/隐私保护 开发者
iOS- 打包上架构建版本一直不出现 / 正在处理 / 自动消失
iOS- 打包上架构建版本一直不出现 / 正在处理 / 自动消失