- Let's start by opening up Xcode using the ios/TestDeployApp.xcodeproj file.
- As stated before, it's recommended that you change your Bundle Identifier to something more meaningful than the default, so be sure to change it in the General Settings dialog.
- It's also a good idea to test your app in Production Mode on your device. This can be done by changing your app scheme's Build Configuration (found via the Product | Scheme | Edit Scheme menus) to Release, as follows:
- Next, you'll need to register the app on the App ID registration page, located at:
https://developer.apple.com/account/ios/identifier/bundle
This step requires ...