In my old apple developer account, I have dozens of device identifiers, you see in the below account.
Now, I have a anther developer account, I want to put all of the devices identifier to the new developer account.
How to simply do that?
In my old apple developer account, I have dozens of device identifiers, you see in the below account.
Now, I have a anther developer account, I want to put all of the devices identifier to the new developer account.
How to simply do that?
Create a demo provisioning profile with all the device, download the provisioning run the following command
security cms -D -i /path/to/MyProfile.mobileprovision
(taken from here) you will have the list of the device ids and the device name from there you can easily modify the string containing the values to make the text file or .deviceids plist file for importing.EDIT
Just found another way just drag the cursor to select the name and the id only from the screen, it will look like this one :
then paste it on a text file(other than textedit, it will create a rtf file), it will have the id and name only so that you can easily import it.