Motors App Documentation
App PageChangelog
  • Introduction
  • Motors Application Plugin
    • Installation of the plugin
    • Motors Application Plugin Settings
    • Global Settings
    • Main Page
    • Add a Car Page
    • Inventory
    • Flutter Environment
  • Android Application Build on macOS
    • Flutter Setup for the macOS system
    • Android Studio Setup on mac
    • Android Studio Emulator on mac
    • Installing Flutter Packages on mac
    • Null Safety setup
    • Setting the Site URL on mac
    • Upload your logo
    • Adding App Icon on mac
    • Setting App Name on mac
    • Change Package name
    • Test Your App on mac
    • App Release on mac
  • Setup Environment
    • Push Notification Setup
  • Android Application Build on Windows
    • Flutter Setup for the Windows system
    • Android studio Setup on Windows
    • Android Studio Emulator on Windows
    • Installing Flutter Packages on Windows
    • Null safety setup
    • Setting the Site URL on Windows
    • Upload your logo
    • Adding App Icon on Windows
    • Change Package Name
    • Test Your App on Windows
    • App Release on Windows
  • IOS App Build
    • Step 1 – App Registration on App Store Connect
    • Step 2 – Register a Bundle ID
    • Step 3 – Prepare for app distribution
    • Step 4 – Setting up the project
    • Step 5 – Add an App Icon
  • IOS App Release
    • Step 1 – Create a build archive
    • Step 2 – Upload an app to App Store Connect
  • Extra Materials
    • Item Page
    • Changelog
      • Page 1
  • stylemixthemes
  • Themes
  • Plugins
Powered by GitBook
On this page

Was this helpful?

  1. IOS App Build

Step 2 – Register a Bundle ID

PreviousStep 1 – App Registration on App Store ConnectNextStep 3 – Prepare for app distribution

Last updated 4 years ago

Was this helpful?

Bundle ID is a required identifier for IOS apps registered with Apple. It consists of strings which supplied by you during development, usually in form of com.your-company-domain.app-name.

To register a Bundle ID open your developer account on Apple’s . Click on Certificates, IDs & Profiles section.

From the left menu, select App IDs in Identifiers section.

Click on the “+” button in order to create a new Bundle ID

Enter all the required information - write an app name, select Explicit App ID in App ID Suffix, enter Bundle ID and click on Continue button.

Tip: Enter a reverse-domian name in Bundle ID field (i.e., com.your-company-domain-name.appname), as Apple suggests.

After, confirm your App settings and click on Submit button to complete the registration of your App ID

developer website