Bundle Identifier!?cannot find this for the life of me.

I've been sitting here for 2 hours trying to find my Bundle Identifier...people say its my apple ID but that does not seem to be the case.Can some one walk me through how i can find my Bundle Identifier?

Comments

  • JPGamesFactoryJPGamesFactory Member, PRO Posts: 174
    The bundle identidier isn't you apple id.
    The apple id is for login itunes
    The app id is the code of your app
    The bundle identifier is univoque code that you generate for identify your app.
    You can make this from dev portal.
    You can read cookbook and watch tshirtboot video tutorial
  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922
    edited February 2014
    The bundle identidier isn't you apple id.
    The apple id is for login itunes
    The app id is the code of your app
    The bundle identifier is univoque code that you generate for identify your app.
    You can make this from dev portal.
    You can read cookbook and watch tshirtboot video tutorial
    This is incorrect. You're App Id you create in the developer portal when you make a provisioning profile is the same as the bundle ID same thing different terms.

    Basically is looks like com.domainname.appname so mine would look like com.fryingbacon.puckit

  • JPGamesFactoryJPGamesFactory Member, PRO Posts: 174
    I meant the app id in itunes connect
Sign In or Register to comment.