App upload to itunesConnect fails due to 'invalid Binary' but the mail from apple does not mention any issue

 ̄綄美尐妖づ 提交于 2019-12-10 11:19:37

问题


I am trying to publish my app to itunesConnect. Everything goes well and I successfully upload the app. After sometime I receive a notification from itunesConnect saying "Invalid Binary" and I receive a mail from Apple

App Store Connect

Dear Developer,

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

Best regards,

The App Store Team

There are no issues mentioned in the mail.

I have already tried revoking all the certificates and created new certificates. I have tried manual code signing and automatic code signing. I have also tried uploading the app using both Xcode and Application loader.


回答1:


I had the same problem yesterday. I finally could send the app to review by changing:

NSLocationWhenInUseUsageDescription to a long and a better description about why are we requesting that permission. (Same for NSLocationAlwaysUsageDescription) and other privacy permission usage.

I had "Advertising" as string before, and it seems that is not describing clearly the purpose about requesting the device Location data to the user, at the end the binary processed and we are on Waiting for review state.

I hope this helps to you.



来源:https://stackoverflow.com/questions/55405783/app-upload-to-itunesconnect-fails-due-to-invalid-binary-but-the-mail-from-appl

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!