Installing a TestFlight app on iOS iPhone Simulator - Registration Failed

Viewed 34509

I'm attempting to install a TestFlight app on XCode's iOS simulator using the iPhone simulator. The link to the TestFlight app takes me to a page that says "This device will need to be registered before it can install betas."

There is a friendly Register button. When I click the register button, it says "Registering Device" and then it takes me to the iPhone's General settings page. If I navigate back to the TestFlight page, it says "Registration Failed."

Does anyone know of a way to install a TestFlight app on the iPhone Simulator? Thanks.

3 Answers

If you need test your Release application you can run your on a release build go to ->Product->Scheme -> Edit scheme-> in Run change debug to Release in this you can check your release build in simulator

Related