-
Notifications
You must be signed in to change notification settings - Fork 85
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
EAS Update not updating app #2080
Comments
Hey, I am experiencing the same issue. Have you had any success with resolving this? For now I have to resort to making new builds for publishing. I see the updates in the "updates" page on expo.dev but not in the deployment. |
I have found the issue. The thing I don't understand, is that even with the version 48.0.19, the runtime version was set to 48.0.0 (as you can see above). I don't know where to set this value to make it match to my expo sdk version |
That was also the problem for me, thank you. |
Same symptoms here on sdk 49. Downgraded to 49.0.0 strictly (to match sdk in generated manifest), but no luck. I think you can set EDIT: My issue was incorrectly thinking that env vars defined in eas.json under each build profile applied to updates. So I had a null env var in js causing crash when update was applied. Clarified here https://docs.expo.dev/eas-update/environment-variables/ |
I have the same exact issue. |
Build/Submit details page URL
https://expo.dev/accounts/marc-hbb/projects/checkit-app/deployments/production/exposdk%3A48.0.0
Summary
I can't find why my update is not working. I have no errors, have the same sdk runtime version, and same channel between the build and the update.
Managed or bare?
Managed
Environment
Error output
No response
Reproducible demo or steps to reproduce from a blank project
Using
APP_ENV=production eas update --branch production
to update my production build, no update happen. There's no new native code. Even tried to update a single "." not working.Last update :
Last production build :
Expo.plist from the build :
Everything seems good, please help
package.json :
The text was updated successfully, but these errors were encountered: