帖子
帖子
用户
博客
课程
显示全部楼层
30
帖子
0
勋章
201
Y币

[其他] 为什么我ipa在application loader里上传后没有构建版本

[复制链接]
发表于 2018-3-23 12:03:17
为什么我ipa在application loader里上传后在iTunes connect的活动里没有构建版本。提交后 出现正在处理中,之后刷新会消失。

收到的邮件提示是:
Dear Developer,

We identified one or more issues with a recent delivery for your app, "xxxx". Please correct the following issues, then upload again.

Missing Info.plist key - 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.

打开Info.plist 里面UIBackgroundModes 没有string
问题是我编译的时候已经把所有涉及到的权限都添加了描述的。
我的UIBackgroundModes 里用到了audio,用来后台播放,我在iTunes connect 里面也写了描述内容有后台播放功能


我改怎么弄才能出现构建版本呢

380
帖子
4
勋章
6
Y币
config.xml 中配置

配置示例:

//配置一个值:
<preference name="backgroundMode" value="audio"/>

//配置多个值,各值之间用竖线 | 隔开:
<preference name="backgroundMode" value="audio | location"/>
您需要登录后才可以回帖 登录

本版积分规则