Reputation: 19152
Can you use the same provisioning profile for compiling 2 different apps for the App Store? I suppose not, but just wondering.
Upvotes: 4
Views: 3269
Reputation: 1112
I'm quite certain you cannot use wildcards in an appID for App Store Submissions. You can build and debug all your apps with something like GK46RTKQ4V.*
, though for an actually app submission you WILL need unique appIDs.
Upvotes: 4
Reputation: 17419
You can create a profile for any/all apps you want by using a .* at the end of your appID
example:GK46RTKQ4V.*
There are draw backs, such as if you want to be able to do in app purchase you need a unique appID.
Upvotes: 2