y***@163.com
y***@163.com
  • 发布:2019-09-18 14:38
  • 更新:2019-09-19 12:08
  • 阅读:6939

关于IOS上架时遇到的NSBluetoothAlwaysUsageDescription上架错误,不知道是什么原因,请大佬指教。

分类:HBuilderX

Dear Developer,

We identified one or more issues with a recent delivery for your app, "九钰智慧城市家具系统" 1.1.0 (105). Please correct the following issues, then upload again.

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 NSBluetoothAlwaysUsageDescription 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).

Though you are not required to fix the following issues, we wanted to make you aware of them:

ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.

Best regards,

The App Store Team

2019-09-18 14:38 负责人:无 分享
已邀请:

最佳回复

DCloud_App_Array
  • wuli55

    不加这个也行, alpha版本打包就可以,亲测

    2019-09-18 22:31

jonas_fate

jonas_fate

只是在plist文件里加上之后还是有问题

  • y***@163.com (作者)

    是啊,加上也有问题。

    2019-09-18 16:40

mdf

mdf - 四万多

我今天发布也是这个问题

  • y***@163.com (作者)

    如果你搞定了,烦请告诉我怎么解决的哈。

    2019-09-18 16:40

  • jonas_fate

    回复 y***@163.com: 一样一样,有解决办法之后都回复一下

    2019-09-18 16:42

jonas_fate

jonas_fate

我也遇到这个问题了,楼主解决了吗

  • mdf

    貌似是今天才出现的问题,要么是苹果那边有改动,要么是云打包那边有改动,昨天提交苹果都正常呢

    2019-09-18 16:14

  • jonas_fate

    回复 mdf: 是,我前几天也提交过版本,没有问题

    2019-09-18 16:17

  • y***@163.com (作者)

    对,昨天都没有问题的。

    2019-09-18 16:41

8***@GMAIL.COM

8***@GMAIL.COM

遇到了 ITMS-90683: 问题
你这个 ITMS-90809: Deprecated API Usage 是什么问题?

优乐美

优乐美 - z

同问

3***@qq.com

3***@qq.com

与遇到了,有人解决了吗?

hzq

hzq

"plistcmds" : [

                "Set :NSBluetoothAlwaysUsageDescription 使用蓝牙连接硬件"  
            ],  

试试这个

  • mdf

    HBuilderX没你这个写法啊,你是HBuilder 的?

    2019-09-18 17:06

  • hzq

    回复 mdf: 也没有用,怀疑是分享sdk的问题,你有没有用QQ 分享?

    2019-09-18 17:39

  • y***@163.com (作者)

    早试过了不得行,昨天都还可以的,可能是苹果出新规则了。

    2019-09-18 17:43

  • hzq

    回复 y***@163.com: 我2个app 一个只用了微信分享可以正常提交(HBuilderX),这个出问题的应用今天加了QQ 分享sdk(HBuilder)

    2019-09-18 17:46

  • mdf

    回复 hzq:我这个app没分享代码的

    2019-09-18 17:54

z***@qq.com

z***@qq.com

你是云打包吗?我也遇到了这个问题

wuli55

wuli55 - 江湖

打包了4个版本了, 还是不行

8***@GMAIL.COM

8***@GMAIL.COM

App好像没有蓝牙需求,怎么也需要要求声明蓝牙权限呢

么也不说了

么也不说了

我也是,今天突然出现问题了!!!!!

momomo

momomo

有解决了的吗???

么也不说了

么也不说了

用alpha版本打包就好了

  • hzq

    能否发下你hb的版本号呢?

    2019-09-18 21:44

  • 1053666870

    能发个HBuilderAlpha链接吗

    2019-09-18 21:46

DCloud_heavensoft

DCloud_heavensoft

个推的sdk,老版会自动要求使用蓝牙。
而iOS13修改了蓝牙权限配置描述,今天突然修改了审核规则。

官方已处理这个问题了,在官网下载alpha版打包可解决。

bishuihanshan

bishuihanshan

用alpha版本打包好像界面显示有点问题,底部有一个白条。我是iphone6测试的。

momomo

momomo

有解决了的吗???

  • wuli55

    用alpha版本打包就可以上传了

    2019-09-19 09:55

  • momomo

    回复 wuli55: 需要卸载正式版编辑器吗

    2019-09-19 09:57

  • wuli55

    回复 momomo: 不用呀, 可以共存的

    2019-09-19 10:05

  • momomo

    回复 wuli55: 可以了谢谢

    2019-09-19 10:36

1***@qq.com

1***@qq.com - 黑猫警长

用alpha版打包可以,已经提交上去了

  • momomo

    嗯可以了

    2019-09-19 10:37

Fanny_yang

Fanny_yang

没有用云打包,xcode打包怎么解决呢

  • Mark_XXT

    这个原因是因为 iOS13 将废弃 NSBluetoothPeripheralUsageDescription 替换为 NSBluetoothAlwaysUsageDescription 请在Plist 文件中 新增 NSBluetoothAlwaysUsageDescription 或者 Privacy - Bluetooth Always Usage Description 重新打包上传即可,希望可帮到你

    2019-09-19 11:53

  • Fanny_yang

    回复 Mark_XXT:可以了,非常感谢你

    2019-09-20 15:17

y***@163.com

y***@163.com (作者) - 系统架构师

已经搞定了,谢谢大家。已经搞定了,谢谢大家。

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