美文网首页
Xcode-8打包上传注意事项

Xcode-8打包上传注意事项

作者: 女山湖小伙子 | 来源:发表于2016-10-11 14:06 被阅读65次

    昨天晚上将公司的APP打包上传AppStore,和往常一样,很顺利,但是在构建新版本的页面却迟迟没有提示。等了半个小时,查看有邮件才发现AppStore给我发了一份邮件:

    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 NSPhotoLibraryUsageDescription 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

    一脸闷逼,黑人问号脸!不知道什么鬼,一搜才发现是由于Xcode8上传app有些权限的变化,要在plist中添加如下信息,加了之后,重新修改版本号,打包、上传、构建、添加5.5英寸的截图(1242x2208),折腾到12点,终于成功!

    • 麦克风权限:Privacy - Microphone Usage Description 是否允许此App使用你的麦克风?
    • 相机权限: Privacy - Camera Usage Description 是否允许此App使用你的相机?
    • 相册权限: Privacy - Photo Library Usage Description 是否允许此App访问你的媒体资料库?
      通讯录权限: Privacy - Contacts Usage Description 是否允许此App访问你的通讯录?
      蓝牙权限:Privacy - Bluetooth Peripheral Usage Description 是否许允此App使用蓝牙?
      语音转文字权限:Privacy - Speech Recognition Usage Description 是否允许此App使用语音识别?
      日历权限:Privacy - Calendars Usage Description 是否允许此App使用日历?
      定位权限:Privacy - Location When In Use Usage Description 我们需要通过您的地理位置信息获取您周边的相关数据
      定位权限: Privacy - Location Always Usage Description 我们需要通过您的地理位置信息获取您周边的相关数据

    注:后面的汉字可以自定义,无具体要求

    相关文章

      网友评论

          本文标题:Xcode-8打包上传注意事项

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