This repository was 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
Register Devices for Development and Distribution
Nick Iliev edited this page May 28, 2020
·
3 revisions
To run your app on a device during the development process, you need to build and code sign the app with a development provisioning profile or with an Ad Hoc distribution provisioning profile that includes the device. The provisioning profile must include the device that you wish to test on. To include a device in a provisioning profile, you first need to register it in the iOS Dev Center.
- Verify that you have obtained the UDID of your iOS device.
-
- Connect the iOS device to your Windows or {{site.osx}} system.
-
- In iTunes, open the device information.
-
- Click Serial Number to switch to UDID.
-
- Copy the UDID.
-
- 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 Devices → All.
- Click +.
- Provide a name for the device.
- Provide the UDID of the device.
- Click Continue.
- Review the details for your device and click Register to confirm the registration.
Create a development provisioning profile or a distribution 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