Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why are users disabled in the Build Permissions list and how can I enable them for distribution of my TestFlight app?

Tags:

testflight

When I get ready to send out my IPA through TestFlight, I reach the Build Permissions list as expected. This is the screen that has usernames for you to choose for distribution.

enter image description here

Some of those names are grayed out and I cannot select them. I'm pretty sure they're in my provisioning profile and that I've uploaded their UDID.

How do I enable them?

Edit: alternately, I've heard that it's possible to superimpose a provisioning profile/distribution list after an app has been distributed. Since I just want to get my app out to my testers ASAP, is that an option here for sending the app to the disabled folks? Would everyone get spammed a second time, in that case?

like image 608
Danny Avatar asked Nov 12 '22 02:11

Danny


1 Answers

Your provisioning profile has a list of devices associated with it. TestFlight grays out team members who don't have a device that's part of that list. This means, in the iOS Dev Center, you need to update your provisioning profile's list of devices (just check that entry) or even add the device to your dev account's master device list if needed.

Also, super-imposing a provisioning profile via TestFlight has never worked for me to update the original device list in the profile.

like image 84
hlfcoding Avatar answered Jan 04 '23 03:01

hlfcoding