Mobile DevOps Guides
A collection of simple guides to help getting started with Mobile DevOps.
iOS
How to create an App Identifier in the Apple Developer Portal
- Login to the Apple Developer Portal and go to https://developer.apple.com/account/resources/identifiers/list.
- Click the
+
button next toIdentifiers
- Select
App IDs
, and clickContinue
- Click on the
App
type, and clickContinue
- Input a description for the app, i.e.
My Sample App
- Input an Explicit Bundle ID, i.e.
com.gitlab.my-sample-app
- Select any
Capabilities
orApp Services
if your app needs them - Click
Continue
- Verify the information is correct, then click
Register
How to create an App entry in App Store Connect
- Login to Apple App Store Connect and go to https://appstoreconnect.apple.com/apps
- Click the
+
button next toApps
and selectNew App
- On the pop up, select the app’s platform(s)
- Input the name of the app (must be unique), i.e.
My Sample App 123
- Select the primary language
- Select the Bundle ID from the list
- A SKU is required, and can be any value you like
- Select the User Access level, and click
Create
- Once the app has been created, you’ll be redirect to the app configuration page. This page contains all the details about the app, and additional configuration options.
How to generate a development provisioning profile from an existing certificate
Apple imposes a limit of three development signing certificates per account. Given that limit, if you are supporting multiple applications it is necessary to share those signing certificates across multiple provisioning profiles. Follow the steps below to generate a new provisioning profile from an existing signing certificate.