In the pList file, there is a bundle ID of the form com.mycompany.myapp but Apple also provides an app ID on the developer portal.

Thus, basically, what is the use of the bundle ID ? Where can we find the app ID in the Xcode project ?

Regards, Apple92

link|improve this question

45% accept rate
feedback

2 Answers

Bundle ID uniquely identifies your app in the device. App ID uniquely identifies your app on AppStore. App ID is assigned when an app is uploaded to AppStore via iTunesConnect.apple.com.

link|improve this answer
feedback

Multiple apps can share the same App ID. The App ID does not uniquely identify an application.

"An app ID is a string used to specify an app, or set of apps."

http://developer.apple.com/library/ios/#DOCUMENTATION/ToolsLanguages/Conceptual/DevPortalGuide/CreatingandConfiguringAppIDs/CreatingandConfiguringAppIDs.html

The ID that you see in iTunes Connect, which is unique across apps, is known as the application's Apple ID. I apologize for the confusion because noone at Apple will.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.