eas-cli icon indicating copy to clipboard operation
eas-cli copied to clipboard

EAS updates are not available when downloading the app after update was published

Open oliviercperrier opened this issue 2 years ago • 2 comments

Build/Submit details page URL

No response

Summary

some context:

  1. I use an Adhoc build
  2. I have the app installed on my Iphone
  3. My friend doesn’t have the app install on his Iphone
  4. We both have our devices setuped with the distribution profile installed correctly.
  5. I made an eas update on my expo app and everything went fine and got the update on my device.

After the eas update, my friend downloaded the app, but didn’t have the update on his app.

Is this the expected behavior or eas updates?

Managed or bare?

managed

Environment

expo-env-info 1.0.5 environment info: System: OS: macOS 13.4 Shell: 5.9 - /bin/zsh Binaries: Node: 16.16.0 - ~/.nvm/versions/node/v16.16.0/bin/node Yarn: 1.22.19 - ~/.nvm/versions/node/v16.16.0/bin/yarn npm: 8.11.0 - ~/.nvm/versions/node/v16.16.0/bin/npm Managers: CocoaPods: 1.11.3 - /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: DriverKit 22.4, iOS 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4 IDEs: Android Studio: 2021.3 AI-213.7172.25.2113.9014738 Xcode: 14.3.1/14E300c - /usr/bin/xcodebuild npmPackages: @expo/metro-config: ^0.10.6 => 0.10.7 expo: ^49.0.5 => 49.0.7 react: 18.2.0 => 18.2.0 react-dom: 18.2.0 => 18.2.0 react-native: 0.72.3 => 0.72.3 react-native-web: ~0.19.6 => 0.19.7 npmGlobalPackages: eas-cli: 3.16.0 expo-cli: 6.3.10 Expo Workflow: managed

✔ Check Expo config for common issues ✔ Check package.json for common issues ✔ Check dependencies for packages that should not be installed directly ✔ Check for common project setup issues ✔ Check npm/ yarn versions ✔ Check Expo config (app.json/ app.config.js) schema ✔ Check that packages match versions required by installed Expo SDK ✔ Check for legacy global CLI installed locally ✔ Check that native modules do not use incompatible support packages ✔ Check that native modules use compatible support package versions for installed Expo SDK

Didn't find any issues with the project!

Error output

Reproducible demo or steps to reproduce from a blank project

  • Build an app
  • Push an eas update
  • Download the app and the update is not available.

oliviercperrier avatar Sep 05 '23 14:09 oliviercperrier

Hello, Did you find a solution ? Changing runtime policy with appVersion or nativeVersion ?

pCyril avatar Oct 13 '23 17:10 pCyril

Hello, i just try with "runtimeVersion": { "policy": "appVersion" } And it seems to work

pCyril avatar Oct 13 '23 18:10 pCyril