开发者

Submitting application to Apple store - application failed codesign verification

开发者 https://www.devze.com 2023-01-06 07:19 出处:网络
I tried to upload my iPhone application to the App store, but received the followin开发者_运维问答g error: The binary you uploaded was invalid. The icon file must be in .png format.

I tried to upload my iPhone application to the App store, but received the followin开发者_运维问答g error: The binary you uploaded was invalid. The icon file must be in .png format. The icon file IS in .png format, size 57x57, so assumed it is a bug and tried to upload with Application Uploader, when I got another error: Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate.

I followed every single step, and it is not working... it is driving me crazy! Please advise what should I do!


First, check that the icon file is in .png format, rather than .PNG format.

Second, take some deep breaths, look out a window for a few minutes, and then go back over the steps to upload your iPhone application.


Many people were confusing (like me) modifying the code signing property of XCode. You must ensure that your code signing identity property start with

iPhone Distribution : Developer Name

instead of

iPhone Developer : Developer Name

PS : If you have no option start with iPhone distribution, you didn't get production certificate yet.


Since you haven't mentioned anything regarding the fact that you did sign the code, I'm going to assume you didn't.

You'll need to get your application code signed in order for it to be accepted, so that the phone knows it's from a trusted developer, and not just a virus someone has uploaded.

Do you have a code signing certificate?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号