Closed timothy-pham closed 9 months ago
@tiendat0811 See my comment may help you Tiến Đạt. https://github.com/microsoft/react-native-code-push/issues/2567#issuecomment-1832047879
I am experiencing the same problem in ios, were you able to solve this @tiendat0811 ?
Hi @tiendat0811 If you are still experiencing this issue, could you please confirm what this issue still persist on latest version (8.2.1)? If no, could you please provide us with logs of the update process and the new launch of your application in order to further investigate the issue.
It has been fixed in the new version 8.2.1, I just updated the package and changed codePush to CodePush. Thanks for all the support!
Hello there. I’m experiencing a strange problem when pushing updates with CodePush on Android Platform. Thank you very much for any help!
When I make a CodePush update the update gets successfully installed on device. But when I restart the app (close and open again), it returns to the original .apk.
This issue is happening on Android.
Steps to Reproduce
Expected Behavior
After restarting the app, keep the installed codePush version
Actual Behavior
After restarting the app, i get the original .apk what I installed in first time.
Environment
Source Code
App.tsx
android/settings.gradle
Function used when clicking the update button