When you created your project in Chapter 1, Getting Familiar with Xcode, you created a Bundle Identifier for it (also known as an App ID). An App ID is used to uniquely identify your app on the App Store. You'll need to register this App ID in your Developer account prior to uploading your app to the App Store. Here's how to register your App ID:
- Log in to your Apple Developer account, and click Certificates, IDs & Profiles.
- Click Identifiers.
- Click the + button:
- Click App IDs and click Continue:
- iOS should already be selected. Enter a description for this App ID, such as Lets Eat Packt Publishing App ID. Tick the Explicit button and enter your app's Bundle ID in the field. Make sure that this value is the same as the bundle identifier you used when you created the project.
Click the Continue button when you're done:
- Click...