Skip to main content
Participant
January 5, 2012
Answered

Application failed codesign verification - App Store Application Loader

  • January 5, 2012
  • 2 replies
  • 2302 views

I am attempting to upload a .ipa compiled with flash cs5-AIR for iOS, and I keep getting the "Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate." message and I am unable to upload.

I have tried creating new provisioning profiles and certificates, but I still receive the same message.

I converted the distribution_identity.cer to a .p12 and added it to the project along with the provisioning profile. The App Store is selected as my deployment option.

The only thing strange I notice is the name associated with the distribution certificate in the iOS provisioning portal is different from the name associated with the developer account and the name associated with the development certificate for some reason. Could this be causing the problem?

This topic has been closed for replies.
Correct answer Kaelaholme

I addded the developer mobile provision instead of the distribution provision. I discovered this after reading

http://www.adobe.com/devnet/air/articles/packaging-air-apps-ios.html#articlecontentAdobe_numberedheader

2 replies

KaelaholmeAuthorCorrect answer
Participant
January 6, 2012

I addded the developer mobile provision instead of the distribution provision. I discovered this after reading

http://www.adobe.com/devnet/air/articles/packaging-air-apps-ios.html#articlecontentAdobe_numberedheader

January 5, 2012

Its Apple anything can break it. Make sure your app ID doesnt have a number prefix when you punch it in Flash so it should be com.site.app not 123456.com.site.app, that caused an issue for me before.