-
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 working on production app despite successful publishing #2649
Comments
I have the same issue, I'm looking forward to a workaround soon, in my case, our project is bare workflow. |
Hi, I looked at your update dashboard and it seems like your newest updates seem to get installed. Were you able to resolve the issue? |
Hello! I have similar issue here, but I think the reason is the version number! if you don't increment the version number, then EAS becomes confused |
Hello everyone! Trying to figure out how EAS working by updating TestFlight version. Seems it has some input lag or something... My app takes around 25 minutes to be updated. If you haven't changed any native code in your app you don't need to increment anything according to docs if you want your app to be updated in the store. Check: https://docs.expo.dev/eas-update/how-it-works/#matching-updates-and-builds Also as I see @Brise322 does not use any policy in his runtimeVersion in app.json so he manually should increment it each time he updates native code. Check: https://docs.expo.dev/eas-update/runtime-versions/#setting-runtimeversion |
Hey everyone, I’m not entirely sure about the root cause of the issue, but I’ve found a solution! Since I rebuilt, I haven’t encountered the issue again. Hope this helps you as well! 😊 |
Build/Submit details page URL
https://expo.dev/accounts/brise322/projects/trade-match-game/branches/production
Summary
Hello,
I'm experiencing an issue with EAS Update where updates are not being applied to my production app, although the update process appears successful in the CLI and works fine in Expo Go.
Managed or bare?
Managed
Environment
Current Behavior:
Environment:
Error output
app.json
:eas.json
:Reproducible demo or steps to reproduce from a blank project
I'm encountering an issue with EAS Update where my updates are not being applied to the production app, even though:
Specific Behavior:
eas update --channel production --message "test update"
Important Notes:
The text was updated successfully, but these errors were encountered: