Search code examples
iosiphoneflutteripadiawi

Ipa file only installs on some iOS devices


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 ?


Solution

  • 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.