Wildcard App IDs for iPhone/iPod Touch Apps
Posted
by Can Berk Güder
on Stack Overflow
See other posts from Stack Overflow
or by Can Berk Güder
Published on 2009-02-16T23:37:07Z
Indexed on
2010/05/26
12:01 UTC
Read the original article
Hit count: 182
iphone
I'm writing my third app, and I already have an app in the App Store, but I still don't get this App ID business.
I created the App IDs for my first two applications like this:
XXXXXXXXXX.me.cbg.FirstApp YYYYYYYYYY.me.cbg.SecondApp
but then Apple introduced the App ID wizard, which I used to create the App ID and provisioning profiles for my third application:
ZZZZZZZZZZ.*
So my question is: What is the "proper" way of creating App IDs for three completely independent apps?
Should I use the XXXXXXXXXX.*
format or XXXXXXXXXX.me.cbg.*
?
Should I create three different App IDs, or just one wildcard ID?
© Stack Overflow or respective owner