Reputation: 2716
Ive developed an app using Phonegap. I could build the app for testing using development certificate. And the app works fine.
Now i want to upload the app to app store. But im getting an error saying
"Application fialed codesign verification. The signature was failed, contains disallowed entitlements, or it was not signed with an iPhone Certificate."
Upvotes: 2
Views: 1211
Reputation: 2716
After googling lots of time i found the solution. Refer the link for more details - >Click here
One thing to note is that please also make sure to export the .p12 by selecting the certificate associated with the key and not the key. (this ensures we have the correct common name and a valid certificate)
This was the root of problem. It might help someone someday.
Upvotes: 1