![]() |
|
A question about provisionning profile - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: iPhone, iPad & iPod Game Development (/forum-11.html) +--- Thread: A question about provisionning profile (/thread-7991.html) |
A question about provisionning profile - tonysameh - Aug 15, 2010 12:15 PM After some trial and errors I succeeded to deploy my application to my IPod touch. But I didn't completely understand what had happened. I understood that the certificate I created should be once per device, but the App ID is one per application. Now the provisionning profile is linked to the App ID, so I should have a different profile per application? And if so, when I run my application, how can I specify the profile I'm using? When I installed my application, there is no option inside XCode to chose what profile to use when installing on the real device. And when I tested another application, it is installed using the same profile of course, as I only have one. Am I right, or there is something I am missing? RE: A question about provisionning profile - ThemsAllTook - Aug 16, 2010 09:24 AM The way Apple has this set up is pretty confusing at first. If I'm remembering all of this correctly:
RE: A question about provisionning profile - tonysameh - Aug 16, 2010 10:08 AM (Aug 16, 2010 09:24 AM)ThemsAllTook Wrote: The way Apple has this set up is pretty confusing at first. If I'm remembering all of this correctly: Thanks for your reply. I now almost got it. But I checked the Info.plist and I saw com.yourcompany.${PRODUCT_NAME:rfc1034identifier} This is different from the appID I wrote. It is com.XYZ.First Do you know how this is mapped to that? RE: A question about provisionning profile - ThemsAllTook - Aug 16, 2010 10:44 AM By my understanding, that shouldn't work. Either it's more permissive with app IDs than I thought, or something's not working as intended... Maybe it allows nonmatching app IDs for development, but not for distribution? RE: A question about provisionning profile - riruilo - Aug 23, 2010 04:40 AM I had similar problems months ago, but now, Apple documentation (PDF in iTunes Connect) explains everything very well, just follow all steps. |