This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Create a Certificate for Development
Nick Iliev edited this page May 28, 2020
·
3 revisions
To run an app on an iOS device, you need to create it with development or an Ad Hoc distribution provisioning profile. To create a development provisioning profile, you need a development certificate signed by Apple. With this development certificate, you can code sign an app during development in order to deploy it on the device.
You can create a development certificate in the iOS Dev Center.
If you are using a Free Apple account, you can use the code signing assistance feature of Sidekick to automatically generate temporary development certificate and provisioning profile.
- Verify that you have created a certificate signing request and stored the corresponding
CSR
file on your machine. For more information, see Create a Certificate Signing Request.
- Open iOS Dev Center in your favorite browser and log in.
- Click Certificates, Identifiers & Profiles.
- In the drop-down menu in the top left corner, verify that iOS, tvOS, watchOS is selected.
- In the left-hand sidebar, select Certificates → Development.
- Click +.
- Select iOS App Development and click Continue.
- On the About Creating a Certificate Signing Request (CSR) page, click Continue.
- On the Generate your certificate page, click Choose File.
- Browse to the location where the
CSR
file for your code signing request is stored, select it, and confirm the upload. - Click Continue.
- (Optional) Click Download to download your certificate.
- Click Done.
Create a development provisioning profile in the iOS Dev Center.
- Introduction
- Get Started
- User Guide
- Logging in Sidekick
- Sidekick Settings
- Creating Your App
- Configuring Your App
- Adding Pages
- Code Signing You App
- Building Your App
- Running Your App
- Publishing Your App
- Troubleshooting