react-native-code-push
react-native-code-push copied to clipboard
target-binary-version *
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
Steps to Reproduce
- Implement code push
- Install release on Android with version
2.5.2(or any other), sometimes version can be in this format2.5.2-1964 - Deploy codepush update with command
appcenter codepush release-react -a owner/app -d Staging --target-binary-version "*"
Expected Behavior
What you expected to happen? I expect that my target binary version is applied to all versions in this case
Actual Behavior
What actually happens?
STACK TRACE AND/OR SCREENSHOTS
Nothing happens, even codepush returns 404.
LOG [CodePush] Report status failed: {"appVersion":"2.5.2"}
LOG [CodePush] An unknown error occurred.
LOG [CodePush] 404: No deployment found.
Reproducible Demo
- Download https://github.com/microsoft/react-native-code-push/archive/master.zip and unzip. From
Examplesfolder runnode create-app.js appName [email protected] [email protected]command to generate plain CodePushified React Native app. Please see description on top ofcreate-app.jsfile content if needed - If you can't reproduce the bug on it, provide us as much info as possible about your project
Environment
- react-native-code-push version: 7.1.0
- react-native version: 0.69.10
- iOS/Android/Windows version: MIUI 13
- Does this reproduce on a debug build or release build? Both
- Does this reproduce on a simulator, or only on a physical device? Only tried real device
(The more info the faster we will be able to address it!)
Same here. For staging build we have a nomenclature like X.Y.Z-rc1 where only rc1, rc2, rc3... Changes.
When the app version has the final part of -rcX the * to the target version does not work.
Only works when the target version explicitly says the desired app to update, like 2.7.1-rc1
It would be helpful if they would use binary version to target or that the * as the universal update actually worked
Hi and sorry for long delay. Could you please confirm what this issue still persist on latest version (8.2.1)
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment.
This issue will now be closed because it hasn't had any activity for 15 days after stale. Please feel free to open a new issue if you still have a question/issue or suggestion.