请选择 进入手机版 | 继续访问电脑版
帖子
帖子
用户
博客
课程
12下一页
返回列表 发新帖
显示全部楼层

[其他] ios正式包没有选择蓝牙权限,为什么还会因为蓝牙问题被拒

[复制链接]
发表于 2019-5-6 10:00:45
如题,求知道的大佬指点
175
帖子
1
勋章
5678
Y币
你添加了那些模块
没有填加啊
得呤 发表于 2019-5-6 10:09
你添加了那些模块

没有添加啊
175
帖子
1
勋章
5678
Y币
config.xml怎么配置的
42
帖子
4
勋章
1万+
Y币
把被拒邮件粘贴一下
Mr.ZhouHeng 发表于 2019-5-6 10:16
把被拒邮件粘贴一下

上个贴发了没出来,在审核中
得呤 发表于 2019-5-6 10:16
config.xml怎么配置的

  <preference name="softInputMode" value="auto"/>  
  <preference name="pageBounce" value="false"/>  
  <preference name="appBackground" value="rgba(255,255,255,1)"/>  
  <preference name="windowBackground" value="rgba(255,255,255,1)"/>  
  <preference name="frameBackgroundColor" value="rgba(255,255,255,1)"/>  
  <preference name="hScrollBarEnabled" value="true"/>  
  <preference name="vScrollBarEnabled" value="true"/>  
  <preference name="autoLaunch" value="true"/>  
  <preference name="fullScreen" value="false"/>  
  <preference name="autoUpdate" value="true"/>  
  <preference name="smartUpdate" value="false"/>  
  <preference name="debug" value="false"/>  
  <preference name="statusBarAppearance" value="true"/>  
  <meta-data name="com.baidu.lbsapi.API_KEY" value="WP99x2mSUWEysZxUaMh0GiGCYhBV8CQI"/>  
  <permission name="readPhoneState"/>  
  <permission name="camera"/>  
  <permission name="record"/>  
  <permission name="location"/>  
  <permission name="fileSystem"/>  
  <permission name="internet"/>  
  <permission name="bootCompleted"/>  
  <permission name="hardware"/>  
  <access origin="*"/>  
  <feature name="aMap">
    <param name="android_api_key" value="deb26703b888dcf3d9a3cbc4aefdc371"/>  
    <param name="ios_api_key" value="3c03a84374815a47551b2bc42d847fdf"/>
  </feature>  
  <feature name="rongCloud2">
    <param name="appKey" value="8brlm7uf8d5f3"/>
  </feature>  
  <feature name="aliPayPlus">
    <param name="urlScheme" value="AliPayPlusA000000011"/>
  </feature>
Mr.ZhouHeng 发表于 2019-5-6 10:16
把被拒邮件粘贴一下

Missing Purpose String in Info.plist File - Your app's code references one or more APIs that access sensitive user data. The app's Info.plist file should contain a NSBluetoothPeripheralUsageDescription 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 will be 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/docu ... _the_user_s_privacy).
Though you are not required to fix the following issues, we wanted to make you aware of them:
Missing Purpose String in Info.plist File - Your app's code references one or more APIs that access sensitive user data. The app's Info.plist file should contain a NSLocationAlwaysUsageDescription 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 will be 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/docu ... _the_user_s_privacy).
Best regards,
The App Store Team
42
帖子
4
勋章
1万+
Y币
勾选一下权限吧!!!可能那个模块出现蓝牙相关的
12下一页
您需要登录后才可以回帖 登录

本版积分规则