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

查看:20
本文介绍了应用商店连接拒绝构建,因为缺少 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天全站免登陆