求大虾:通过Xcode以及ApplicationLoader都已经成功上传,问题?

kingmax54212008 2017-02-24 12:37:05
通过Xcode以及ApplicationLoader都已经成功上传,但是iTunesConnect活动里面没有任何显示。 但收到如下官方邮件正文如下英文部分:

我下一步应该如何操作,看意思我要修改info.plist的什么配置。 具体应该怎么操作,有经验的大虾指点一二。

/*
Dear developer,
We have discovered one or more issues with your recent delivery for "iSkyBridge". To process your delivery, the following issues must be corrected:
Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.
Once these issues have been corrected, you can then redeliver the corrected binary.
Regards,
The App Store team

*/
...全文
452 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
不担心 2017-02-27
  • 打赏
  • 举报
回复
不止相机,访问麦克风,gps等需要授权的功能都要有解释
大招至胜 2017-02-27
  • 打赏
  • 举报
回复
楼上正解, 访问相机的时候需要在plist中加NSCameraUsageDescription这个key
scribbler 2017-02-27
  • 打赏
  • 举报
回复
试试将这个加到你的info.plist

       <key>NSBluetoothPeripheralUsageDescription</key>
	<string>App需要您的同意,才能访问蓝牙</string>
	<key>NSCalendarsUsageDescription</key>
	<string>App需要您的同意,才能访问日历</string>
	<key>NSCameraUsageDescription</key>
	<string>App需要您的同意,才能访问相机</string>
	<key>NSHealthShareUsageDescription</key>
	<string>App需要您的同意,才能访问健康分享</string>
	<key>NSHealthUpdateUsageDescription</key>
	<string>App需要您的同意,才能访问健康更新 </string>
	<key>NSLocationAlwaysUsageDescription</key>
	<string>App需要您的同意,才能始终访问位置</string>
	<key>NSLocationUsageDescription</key>
	<string>App需要您的同意,才能访问位置</string>
	<key>NSLocationWhenInUseUsageDescription</key>
	<string>App需要您的同意,才能在使用期间访问位置</string>
	<key>NSMicrophoneUsageDescription</key>
	<string>App需要您的同意,才能访问麦克风</string>
	<key>NSMotionUsageDescription</key>
	<string>App需要您的同意,才能访问运动与健身</string>
	<key>NSPhotoLibraryUsageDescription</key>
	<string>App需要您的同意,才能访问相册</string>
	<key>NSRemindersUsageDescription</key>
	<string>App需要您的同意,才能访问提醒事项</string>
g510941365 2017-02-24
  • 打赏
  • 举报
回复
调用 相机了吧 ,info.plist里边加上 键值:NSCameraUsageDescription 字符串类型 key值:写上解释就好(例如:APP要访问你的相机)

29,031

社区成员

发帖
与我相关
我的任务
社区描述
主要讨论与iOS相关的软件和技术
社区管理员
  • iOS
  • 大熊猫侯佩
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧