0

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.

Hodaut96
  • 93
  • 1
  • 9

1 Answers1

3

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

vishnu anilkumar
  • 230
  • 1
  • 10