Error installing .ipa

Expo CLI 4.10.0 environment info:
System:
OS: Windows 10 10.0.19043
Binaries:
Node: 14.17.3 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.10 - C:\Users\brnyz\AppData\Roaming\npm\yarn.CMD
npm: 6.14.13 - C:\Program Files\nodejs\npm.CMD
SDKs:
Android SDK:
API Levels: 28, 29, 30
Build Tools: 28.0.3, 29.0.2, 30.0.1
System Images: android-27 | Google APIs Intel x86 Atom, android-28 | Google Play Intel x86 Atom
IDEs:
Android Studio: Version 4.1.0.0 AI-201.8743.12.41.6953283
npmPackages:
expo: ~42.0.1 => 42.0.3
react: 16.13.1 => 16.13.1
react-dom: 16.13.1 => 16.13.1
react-native: https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz => 0.63.2
react-native-web: ~0.13.12 => 0.13.18
Expo Workflow: managed

With the command expo build:ios -t archive I can download .ipa file with 221MB. But when I upload to InstallOnAir.com to share the app, during the install I got the error: “Unable to install please try again later”

Can someone help please?

I’m not familiar with that service, but the only way to install app on the iOS without going through app store review are:

  • builds signed with development certiificate(e.g when building from xcode)
  • builds signed with adhoc prov profile (you need to register all devices that ipa will be installed on)
  • builds with enterprise acccount
  • builds uploaded to appstore and installed via testflight

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.