Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot Update Provisioning Profile on Testflight

I am using testflight to provide users with access to my team's mobile apps. We want to add a new device to the provisioning profile for one of our apps. We successfully updated the provisioning profile on the Apple Developer site, but when we log on the "Permissions" tab for our app in testflight, the option to "Update Profile" is no longer available like it used to be. The only available option for the Provisioning Profile is to "Remove Updated Profile". Any insight on how to add the updated provisioning profile to this app to give access to new users would be greatly appreciated!

like image 211
Kelly Avatar asked Oct 16 '14 16:10

Kelly


2 Answers

"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."

http://help.testflightapp.com/customer/portal/articles/829818-adding-more-testers-to-a-build-

like image 83
user4163775 Avatar answered Sep 28 '22 00:09

user4163775


Apple broke this in iOS 8; provisioning profiles can't be updated stand alone. You will need to build a new version in Xcode.

like image 39
James Daniels Avatar answered Sep 28 '22 00:09

James Daniels