Have you ever tried to publish an iOS app for yourself / a company/ a client? or maybe you are a DevOps trying to setup an iOS build pipeline for Bitrise, Bitbucket, AWS CloudFormation, or some other DevOps platform?
It simply asks for a certificate and a profile, but how to get them? well, I'm trying to help you obtain the required certificate and profile for publication
Let's dive in
Create a distribution certificate
I'll divide the operation into steps, let's start at the beginning
- Create a certificate request from authority
Open the used Apple Developer account https://developer.apple.com/account
Memorize the certificate expiration date, since we don’t have control over the certificate name, and download it
Create a profile
From the Apple Developer account, choose profiles and create a new one
Select the certificate you created before (make sure using the expiration date)
Name the certificate, something like UserName-AppName profile
Setup the project
This should be it. If you have any issues with the new profile, you can enable “Automatically manage signing” and disable it again to allow XCode
We will continue on more tips for iOS in coming tutorials so
Stay tuned 😎
Top comments (0)