Adding a new device creation profile to an existing project

I am confused about how to add a provisioning profile to a new device. Therefore, I use Xcode 4.3.2 and TestFlight. I was given an existing project and a team license through a company in which I help. The developer.apple.com training profile already has specific devices configured. Therefore, I added all these devices as testers to TestFlight, sent the archived assembly, no problems, it worked fine.

Now one of the testers wants to test testing on the iPad. So, I sent them an invitation through TestFlight, and their device was automatically registered in TestFlight. I see their UDID, device, etc. However, their device is listed in the "Teammates Devices Not On This Profile" section. So, I ran the prompts, exported the missing UDID to a file, and uploaded the file to the Provisioning Portal. I see the iPad now under “Devices” in the Provisioning Portal, however it is listed with 0 related profiles. How to connect the portal of providing this application with iPad? Is there any simple step that I am missing? Keep in mind that the iPad is in a different place, so I do not control it. I need to tell them what they need to do (or automate this on their own). Please, help!

+5
source share
1 answer

You need to add the device to the provisioning profile. Then re-create the project using the updated preparation profile. And download this assembly to check the flight.

Or, in my opinion, TestFlight has a new feature that allows you to simply update the assembly with a new profile without having to create a new assembly.

+12
source

All Articles