Bundle identifier

What is a bundle identifier?

Comments

  • carlblanchetcarlblanchet Member Posts: 755
    edited December 2012
    The bundle identifier is the unique string that identifies your application to the system. This compares to the display name (namespaces are usually prefixes in frameworks), which is what iOS uses to show the name of your app on the springboard.

    Bundle identifiers are usually (not always) written out in reverse DNS notation (I.e com.myCompany.myApp).

    Your bundle ID must be registered with Apple and be unique to your app.
  • Actually Bundle ID is your App ID which you have created on developer.apple.com
Sign In or Register to comment.