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
integrate CodePush via code-push-cli (not tested on appcenter-cli)
publish new release, apply it and restart the application
Expected Behavior
New release will be kept on next app start.
Actual Behavior
What actually happens?
before updates
while updating
after update (install IMMEDIATE)
when app restarts, automatically rolled back to prev version that build & installed by Xcode.
Reproducible Demo
Download https://github.com/Microsoft/react-native-code-push/archive/master.zip and unzip. From Examples folder run node create-app.js appName react-native@0.47.1 react-native-code-push@5.0.0-beta command to generate plain CodePushified React Native app. Please see description on top of create-app.js file 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: ^5.5.0
react-native version: 0.57.8
iOS/Android/Windows version: ios 12.1
Does this reproduce on a debug build or release build? release
Does this reproduce on a simulator, or only on a physical device? both of all
(The more info the faster we will be able to address it!)
Steps to Reproduce
code-push-cli(not tested onappcenter-cli)Expected Behavior
New release will be kept on next app start.
Actual Behavior
What actually happens?
before updates
while updating
after update (install IMMEDIATE)
when app restarts, automatically rolled back to prev version that build & installed by Xcode.
Reproducible Demo
Examplesfolder runnode create-app.js appName react-native@0.47.1 react-native-code-push@5.0.0-betacommand to generate plain CodePushified React Native app. Please see description on top ofcreate-app.jsfile content if neededEnvironment
(The more info the faster we will be able to address it!)