Creating the Bundle ID for the app
- Go to developer.apple.com and log in to your account. Select Certificates, Identifiers & Profiles as shown here:
- Under Identifiers, select App IDs:
- In the top-right corner, select the + sign next to the search button:
The App ID is a unique word string, which is used by Apple to identify your application from all the applications that are uploaded to the App Store.
- Once you click the + sign, you will have to fill in the App Id Description and explicitly provide an app ID:
For the description, provide the name of the app, and for the app ID, use the reverse website syntax followed by the app name to create a unique Bundle ID.
- Once you are done, click Done at the bottom and click register on the next page.
Next, we will set up the app in Xcode.