The process of creating an iOS
We will first go through the project development workflow, starting with this section, which will focus on the creation of your App ID using produce.
Registering your App ID with produce
Before we create our certificates and provisioning profiles, the first thing we are going to do is register an App ID in the Developer Portal
, under Certificates
| Identifiers
| Profiles
.
The first thing this screen will ask you for is your App ID name. Essentially, this is the name of your app, which in our case would be Firefox for iOS.
Along with the App ID name, we need to create a Bundle ID, a period-delimited identifier that is unique. The most common approach is to use a reverse-style domain name, say com.packt.fastlane
, with the last part being the name of the app, and the second-to-last part being either a category, sub-company, or company name, depending on your organizational structure.
Finally, before completing this screen, you are asked to select the appropriate app...