美文网首页
iOS10发布遇到的小问题

iOS10发布遇到的小问题

作者: 满心欢喜丶 | 来源:发表于2016-10-26 10:10 被阅读0次

今天在提交项目到iTunes时,遇到了上传成功后,找不到构建版本。收到的邮件:

Dear developer,

We have discovered one or more issues with your recent delivery for "***". To process your delivery, the following issues must be corrected:

This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSContactsUsageDescription key with a string value explaining to the user how the app uses this data.

This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.

This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSMicrophoneUsageDescription key with a string value explaining to the user how the app uses this data.

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

大概意思就是得在plist里面必须加上NSContactsUsageDescription、NSMicrophoneUsageDescription和NSCameraUsageDescription的键值对才行,之前都是默认的,现在必须加上,要不不让通过。

具体配置如下:


Paste_Image.png

.
.
.
.
真的这么简单吗???!!!
更改、提交后还是同样的问题和邮件......
几经周折。。。知道原因:必须改了之后 Clean Xcode 再Bulid程序 再关掉Xcode重开才搞定

相关文章

  • iOS10发布遇到的小问题

    今天在提交项目到iTunes时,遇到了上传成功后,找不到构建版本。收到的邮件: Dear developer, W...

  • Xcode8开发iOS10推送通知过程

    iOS10发布后,简书优先开发增加了iOS10的新通知。本文分享整个feature的开发过程遇到的问题。 1、工程...

  • iOS10 推送通知详解(UserNotifications)

    本文发布在:iOS10 推送通知详解(UserNotifications) iOS10新增加了一个UserNoti...

  • iOS10定时消息的改动

    前言 iOS10已经发布了一段时间,iOS10的各种适配相信大家已经完成。本文将讲述的是关于iOS10内核的一...

  • iOS10适配远程推送

    iOS10正式版发布之后,网上各种适配XCode8以及iOS10的文章满天飞。但对于iOS10适配远程推送的文章却...

  • iOS10 适配远程推送功能实现代码

    iOS10正式版发布之后,网上各种适配XCode8以及iOS10的文章满天飞。但对于iOS10适配远程推送的文章却...

  • 【iOS开发】iOS10 Log调试小工具

    一个解决iOS10在发布环境下无法查看调试log的小工具 出发点 由于iOS10系统,在发布环境下(打成ipa包安...

  • iOS 10 的适配问题

    前言 随着iOS10发布的临近,大家的App都需要适配iOS10,下面是我总结的一些关于iOS10适配方面的问题,...

  • 遇到的小问题

    起初做这个项目时,IDEA 无法下载jar包,这个maven本地仓库使用已经很久了,从没出现过这样的情况。我首先...

  • 遇到的小问题

    collectionView没有反弹效果,设置_collectionView.alwaysBounceVertic...

网友评论

      本文标题:iOS10发布遇到的小问题

      本文链接:https://www.haomeiwen.com/subject/qgeduttx.html