Hodaut96
Hodaut96

Reputation: 93

Unable to Install iOS Debug App on iPhone

I am working on the development of an iOS application. There is a new phone that I would like to install and test this application on it.

In order to be able to install and run the debug ipa on the new iPhone, I registered the Device ID (UDID) of the new iPhone in our Apple Developer Account under:

Certificates, Identifiers & Profiles >> Devices >> Add new device

I tried installing the app on my phone again, but I still get the below error while installing:

Unable To Install. Please try again later.

Is there something I'm missing to allow installing debug ipa on new phones?

P.S.: The same app can be installed on old iOS devices that were registered under the Devices section in our Apple Developer Account.

Upvotes: 0

Views: 1258

Answers (1)

vishnu anilkumar
vishnu anilkumar

Reputation: 230

Have you created a new provisioning profile with the newly added device. if no you can edit the existing profile -> select the new devices and download and install it. Then it will install on the new device

Upvotes: 3

Related Questions