forked from microsoft/react-native-code-push
- Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Describe the bug
After successfully applying a CodePush update once, subsequent updates fail with the following error on Android:
[CodePush] An update is available but it is not targeting the binary version of your app.
Steps to Reproduce
- Make a small JS change and release another update with the same command and promote to production.
- Install and run the app again.
- App shows :
[CodePush] An update is available but it is not targeting the binary version of your app.
Expected Behavior
CodePush should correctly recognize that the binary version matches the update release and apply the update.
Actual Behavior
- First update applies correctly.
- Second update fails with version targeting error, even though binary version hasn’t changed.
Environment
- @code-push-next/react-native-code-push: 10.0.0
- React Native: 0.77.2
Metadata
Metadata
Assignees
Labels
No labels