You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
code-push release-react yourApp ios (build is 1.0)
code-push promote yourApp staging production
publish a testflight build with a new version number (build is 1.0.1)
js bundle will be overwritten by code-push on second run
Expected Behavior
What you expected to happen?
Since i bumped the version to prevent code-push for overwritting my bundle i expect it not to do it obviously.
Actual Behavior
What actually happens?
Bundle got rewritten on second run on every device
Reproducible Demo
Environment
react-native-code-push version: 5.2.0-beta
react-native version: ^0.50.3
iOS/Android/Windows version: ios 11.2
Does this reproduce on a debug build or release build? release build
Does this reproduce on a simulator, or only on a physical device?
I assume it is a bug as i fail to understand how this can be expected behaviour.
code-push deployment ls youApp gives me version 1.0 so the build shouldn't be target version 1.0.1 ?
Steps to Reproduce
Expected Behavior
What you expected to happen?
Since i bumped the version to prevent code-push for overwritting my bundle i expect it not to do it obviously.
Actual Behavior
What actually happens?
Bundle got rewritten on second run on every device
Reproducible Demo
Environment
I assume it is a bug as i fail to understand how this can be expected behaviour.
code-push deployment ls youApp gives me version 1.0 so the build shouldn't be target version 1.0.1 ?