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 applicatio
When creating your app ID on the apple website use something like this in the second box:
me.cbg.*
Now in you apps Info.plist use bundle identifier like so:
me.cbg.${PRODUCT_NAME:identifier} // or me.cbg.SomeAppName
You can safely ignore the XXXXXXXXXX the preprends your app id.