Building and publishing an app for iOS
Publishing on App Store could be a frustrating process if you are not well-prepared upfront. In this section, we will walk through the steps to properly configure everything in Apple Developer Center, iTunes Connect, and your local Xcode project.
Getting ready
You must register for Apple Developer Program in order to access https://developer.apple.com/macos/touch-bar/ and https://itunesconnect.apple.com because those websites will require an approved account.
In addition, you should have the following:
- macOS
- Xcode
How to do it...
The following are the instructions to configure everything properly:
- Ensure that you are in the app folder, then build the iOS platform:
$ ionic cordova build ios
Go to the /platforms/ios
folder and open the .xcodeproj
file in Xcode. Take a look at the following screenshot:

- Navigate to the
General
tab, as illustrated in the following screenshot, to make sure that you have the correct information for everything, especiallyBundle Identifier...