What can cause “invalid binary” with no email followup from iTunes Connect?

后端 未结 30 2204
南笙
南笙 2020-12-12 19:05

I\'m trying to submit an update of an existing application on behalf of one of my clients, and I\'m getting \"Invalid Binary\" failures from iTunes Connect with no explanati

30条回答
  •  暖寄归人
    2020-12-12 19:26

    after 16 hours of non stop research trial and error, and headbanging I have found a solution in apple developer's forum.

    Apparently there is a bug allowing your binary to pass verification and upload, but then to get rejected by iTunes Connect system. And you don't get any email explaining you what happened!

    If your App is for both iPhone and iPad, you probably have something like this in the Info.plist file:

    screenshot before

    You should completely remove the CFBundleIconFiles~ipad parameter and include the iPad icon in the Icons files array instead like here:

    screenshot after fix

    That's all folks!

    Let me know if that helped you!

提交回复
热议问题