Ipa file only installs on some iOS devices

454

Solution 1

There should be few reasons where ipa file should not work on few devices where it works on other ones. Here is the listed below :

  1. Device in which you are trying to install, UDID is not added to the provisioning profile
  2. Link you created for ipa file installation gets corrupted
  3. Site which are using for creating iPa installation link contains installation limits
  4. Installation link gets expired after few days due to free version you are using

Suggestions :

Hope this helps everyone.

Solution 2

You must add Device UDID in provisioning profile to get installed on it. If you are making build link via Diawi. You can see all added UDID there.

Share:
454
Rajdeep
Author by

Rajdeep

Updated on December 11, 2022

Comments

  • Rajdeep
    Rajdeep over 1 year

    I'm facing this issue where my .ipa file installs and runs perfectly on some physical iOS devices. It however, just remains darkened (the logo) after installing on some iOS devices. Now, I've checked the architecture and the build covers all the necessary architectures. I've checked the min sdk too and it more than covers what I need. So I for one am baffled as to why my flutter application only runs on certain iPhones (physical). It runs on all simulators tho.

    Photo of darkened logo:

    enter image description here

    What happened was it became dark and started installing like any iOS app would but after installing, it just remained darkened and was not-clickable. I'm using diawi to generate the link to help the iPhones to download the ipa.

    Does anyone know what might be a potential cause for this ?