quano
quano

Reputation: 19152

iPhone - Same provisioning profile for different app?

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

Answers (2)

Pyro2927
Pyro2927

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

jamone
jamone

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

Related Questions