Problems creating iOS app for distribution
djv1120
Member, PRO Posts: 17
I have been able to create an iOS app and install it on my device for testing (thanks Frying Bacon for the help). After several rounds of revisions, I am ready to create for distribution. The problem is that I can't get a valid distribution provisioning profile. When I go to sign the app, I get the message "could not code sign because there is no developer identity matching the selected provisioning profile".
When I go into the Apple Provisioning Portal and create a provisioning profile for development everything works fine. I can download it and install it so that it shows "valid profile" in Xcode. When I do the same thing for my distribution provisioning profile, the status shows "valid signing identity not found". I have followed every tutorial I can find and have no idea why it works for development profiles, but not for distribution profiles.
Thanks for your help,
Dave
When I go into the Apple Provisioning Portal and create a provisioning profile for development everything works fine. I can download it and install it so that it shows "valid profile" in Xcode. When I do the same thing for my distribution provisioning profile, the status shows "valid signing identity not found". I have followed every tutorial I can find and have no idea why it works for development profiles, but not for distribution profiles.
Thanks for your help,
Dave
Best Answer
-
The_Gamesalad_Guru Posts: 9,922Do you have both certs in your keychain? You should have one for development and one for distribution both should have keys attached.
Answers
I had to revoke my old distribution certificate. That message that says all apps tied to the certificate will no longer work was pretty scary, but the Apple instructions said I would be able to associate the apps with the new certificate. After finding no better solution, I clicked ok.
It appears that everything is working so I am going to attempt the upload to Apple.
The funny part is that I think I have spent more time figuring out all the provisioning profiles and certificates than actually making the game I am going to publish . . . lol
Thanks for the help!
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
how many certificates I have to have? how many development and how many distribution? thx)