Search code examples
iosiphoneudid

Unable to install the app in iPhone for testing. Because of UDID issue


When I try to added the device UDID In the developer account loader has come for 30 min and got hang. When I logged in back to developer account device was added in the list.

I have added the device to Provisioning Profiles but unable to install the app in iPhone. Please help me to resolve the issue. enter image description here


Solution

  • Are sure that you used correct mobile provisioning profile? Maybe you added UDID in portal but used old provision for the new build?

    To check it you can:

    1. unzip .ipa-file you are trying to install
    2. After this open package with content of app
    3. Open file embeded.mobileprovision
    4. Check if UDID of your device is listed inside this file (using text search)

    If it is missed then you should rebuild your app using new provision profile from Developer Portal.