-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standalone builds don't download EAS updates from channel #1469
Comments
Any update on this? |
@antoinebrtd My comment here might help you. |
@jferrettiboke thanks, I am already using |
@antoinebrtd I too am using |
I've try for example to write on terminal
and |
Build/Submit details page URL
https://expo.dev/accounts/the-ifc/projects/ifc-app/builds/5cf68b8f-a96b-446b-a5b3-70575a9ac496
Summary
I made a new Android build (runtime version 3.8.5) listening to the channel staging, downloaded the build on my Android device and made a change a few moments later to fix a small bug, which I published using eas update on the staging channel. The app doesn't download the update even after multiple cold launches. Tried for IOS, doesn't work either.
EAS Updates were working perfectly fine before, not sure if I changed something wrong in my project configuration.
Managed or bare?
managed
Environment
Error output
No error, I run the following command and it works fine :
Reproducible demo or steps to reproduce from a blank project
This is the Android build page I downloaded the build from :
The update was successful, with my update message :
The fix is working on the dev client, but the issue is still happening on staging app so the update didn't go through.The fix doesn't change the binary layer of the app, it is just a JS fix so it should have worked through the update.
Below my
eas.json
file :app.json
file :app.config.js
file :The text was updated successfully, but these errors were encountered: