Reputation: 81
I often had to change the provisioning profiles for my ios builds due to new testers/udids.
I had no problems following this guide Adding more testers to a build?
I updated my profile in the devcenter and made the upload, everything works perfect. But from today on I miss this option completely, the Update Profile
Button and the complete row is just gone.
I googled changes regarding testflight
but couldn't find anything.
Someone has a clue?
Upvotes: 8
Views: 1858
Reputation: 36
Since Apple acquired TestFlight, they changed the whole process for iOS 8:
I have successfully replaced my old process following this one: http://code.tutsplus.com/tutorials/ios-8-beta-testing-with-testflight--cms-22224
Upvotes: 1
Reputation: 1470
I emailed TestFlight about that this morning and this was their response. Looks like it's for iOS8 as others have pointed out :
"Due to the changes in iOS 8, it's no longer possible for testers to install provisioning profiles from the iOS Settings app. App developers will now need to rebuild their Ad Hoc beta apps to update the embedded provisioning profile in the app's IPA file. If you need any help with this process, please let us know.
You can also find more information about updating provisioning profiles from the link below: http://help.testflightapp.com/customer/portal/articles/829818"
Upvotes: 5
Reputation: 41
I was able to change a particular build's embedded provisioning profile manually. Here's how I did it.
Upvotes: 2
Reputation: 15339
iOS 8 doesn't support installing provisioning profiles individually any longer. So this doesn't work on iOS 8 devices any more and you have to create a new build using the updated profile to add new devices.
Upvotes: 7
Reputation: 3366
The option has dissappeared for me as well. I was also using the option frequently. However, I did notice problems and the feature was no longer working once the iOS 8 GM was released on iOS 8 devices. Even though I updated the profile, the build failed to install every time. (And now that you asked I noticed it's gone). I also browsed through all the settings/permissions/etc, but it seems they removed the feature.
Upvotes: 1