- This topic has 3 replies, 4 voices, and was last updated 12 years, 4 months ago by remi.
-
AuthorPosts
-
ediker18MemberHi, Wayne
Thanks for your reply
I build an ipa file… And i have an apple membership. Then, i tried to upload my application with “http://www.appstoreuploader.com/”
But this error“Application failed codesign verification. The signature was invalid, contains disallowed entitlements, or it was not signed with an iphone Distribution Certificate”
Can you help me, what can I do?
thanks
support-michaelKeymasterQ: have you created, installed and tested a working version of your app on any iOS device?
If no go here and read this doc to create what is known as an ad hoc distribution version of your app that you can run and test: http://genuitec.com/mobile/docs/appledigitalsignature/index.html
Do not send this version (Ad hoc distribution version) to the app store as it will be immediately rejected. You must build a special version of your app to upload to the app store.If yes then reread the doc link above very closely and continue…. You must pay close attention to click Distribution options, not Development… and for notes that discuss special options for app store distribution
>was not signed with an iphone Distribution Certificate”
From the error msg you provided you most likely have built your app incorrectly for upload to the app store. On the iOS Provision Portal you need to:
1) create a distribution certificate
– pay attention to the Certificate screen tabs (Development and Distribution). Select Distribution and create a certificate
– download the distribution certificate for use in building a new version of your app. Store this certificate with your private.key file2) You need an App ID, I assume you have one…
3) Create an app store distribution profile.
– select the Provision Profile screen
– select the Distribution tab (pay attention not to click the Development tab)
– select that App Store option
– give it a descriptive name so you know that this profile can only be used for building apps that you will upload to the app store
…. finish up and download the provision profile and store it with your private.key file and distribution certificate4) rebuild your app using the original private.key file and the new certificate and app store provision profile
5) proceed with upload
This should get you going…
junewrightMemberWayne, thanx for your full answer. It helped me to solve my problem too.
remiMemberThis codesigning process is not straightforward.
I also had a lot of problem, for my first iPhone app release, Easy Group, a free app to send group emails on iPhone
Now you have good explanations on iOS provisionning portal : https://developer.apple.com/ios/manage/overview/index.action
It does not simplify this process, but it helped me signing this iPhone group message application
Rémi -
AuthorPosts