Article sections

    A bundle ID is created automatically when you create an app.

    The bundle ID is the unique identifier of your app. Bundle ID is the term used for iOS apps. For Android apps it is called “Package name”. In Your Application Builder, Bundle ID is the same as package name.

    That means your Android app will have the bundle ID as package name. You can change it, if you want to update an existing app which has another bundle ID or package name for example.

    This is important especially in the case you want to update an existing app with another package name or bundle ID. For example, if the app you want to update has the bundle ID io.app21901.com, the app you are going to publish must have the same bundle ID. Thus you will have to change it in your app sheet before downloading the source files. That’s the same for an Android app.

    Only Expert Package and up can change the package name:

    screen-shot-2016-10-31-at-18-42-07

     

    in How to