Quote:
Originally Posted by trapper
Now I have had success codesigning before, as I have sent my app out to a few friends via the ad-hoc distribution method - this installed and ran on their iphones with no issues… surely this means the codesign went through with no issues?
|
Those are two different certificates. You need one for ad hoc and another for the AppStore. And you have to select the right one in your 'Project "xyz" Info' window.
You can confirm that your build is alright by right-clicking on your app file and selecting "show contents" thus making shure your embedded.mobileprovision is in there. And have a look at you console log as described in Apple´s docs.
I had problems until I found the Entitlements.plist - tip... might want to look into that. That just "recently" made it into Apple´s documentation.