美文网首页
提交版本提示invalid binary

提交版本提示invalid binary

作者: HAPPY小元宝 | 来源:发表于2017-05-12 11:11 被阅读42次
  • 日常提交新版本后,提交App Store后,iTunes Connect发来推送提示为your app ** has changed to Invalid Binary,解决办法:
    • 这个提示太笼统,定位不到具体问题,查看了苹果发过来的邮件即可定位到具体的问题,邮件如下:
      Dear developer, We have discovered one or more issues with your recent delivery for "your app". 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 NSContactsUsageDescription 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
    • 在info.plist中添加NSContactsUsageDescription权限申请的描述,重新打包上传即可。

相关文章

网友评论

      本文标题:提交版本提示invalid binary

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