Search code examples
iosudid

What is a UDID? Can I test a game on other iOS devices after I added only 1 device?


I am creating Apple Developer Account and they asked me to provide a UDID I have 1 iOS device. If I give them my ID and after it I change my iPhone what should I do next?

Can i test app on the next device?


Solution

  • Unique Device Identifier - The series of numbers and letters used by Apple and developers to uniquely identify your iPhone, iPod touch, and iPad.

    You are allowed to register up to 100 iOS devices for testing and Ad Hoc distribution per membership year. Although you may remove a device from your account, it will continue to count against your 100 device limit.

    At the start of your new membership year, Team Agents or Admins can sign in to the iOS Provisioning Portal to remove listed devices and restore the available device count to 100 devices. Be sure to remove all devices you no longer use for development prior to adding any new devices.

    You can add a new device in the Devices section in the Developer Portal. If you add a UDID of your current iPhone and then get a new one, you will have to add the UDID of the new iPhone as well. Basically, you can only test on the devices which you added to the portal.

    enter image description here

    enter image description here

    Source: iOS Developer Program