应用商店连接拒绝构建,因为缺少NSBluetoothAlwaysUsageDescription密钥 [英] App store connect reject build because missing NSBluetoothAlwaysUsageDescription key

查看:1407
本文介绍了应用商店连接拒绝构建,因为缺少NSBluetoothAlwaysUsageDescription密钥的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用Xcode 10.3分发我的应用程序.然后,App Store Connect始终拒绝该构建.我收到一封电子邮件,说:该应用程序的info.plist文件应包含一个NSBluetoothAlwaysUsageDescription密钥,并带有面向用户的目的字符串,以清楚,完整地说明您的应用程序为何需要数据."我添加了密钥隐私-蓝牙始终使用说明".但是得到了拒绝.已有隐私-蓝牙外围设备使用说明",从今天开始还可以.那么如何解决此问题?

I use Xcode 10.3 to distribute my app. Then App store connect always reject the build. And I got an email said "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." I added the key "Privacy - Bluetooth Always Usage Description". But got the rejection yet. There was "Privacy - Bluetooth Peripheral Usage Description" already and it was ok since today. So how to resolve this?

推荐答案

您需要添加此用途:为什么您的应用要求启用蓝牙.像这样的东西:

You'll need to add the purpose : Why your app requires Bluetooth to be enabled. Something like this :

<key>NSBluetoothAlwaysUsageDescription</key>
<string>App uses Bluetooth to find, connect and communicate with nearby devices. Please grant access.</string>

这篇关于应用商店连接拒绝构建,因为缺少NSBluetoothAlwaysUsageDescription密钥的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆