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.
I would like to ask. I got this problem.
I use this code push options:
Check frequency: ON_APP_RESUME
install mode: ON_NEXT_RESTART
But what happen is, my app is force restarting once it finished downloading the updates. This will make the users uncomfortable because users think that their app is restarting accidentally
Please help, is it bug from react-native-code-push or I use the wrong configuration ? What I want is the app will check updates every time it resumes, but install the app once the app is totally closed, and user can see the updates after they open up the app again
Hello everyonne,
I would like to ask. I got this problem.
I use this code push options:
But what happen is, my app is force restarting once it finished downloading the updates. This will make the users uncomfortable because users think that their app is restarting accidentally
Please help, is it bug from react-native-code-push or I use the wrong configuration ? What I want is the app will check updates every time it resumes, but install the app once the app is totally closed, and user can see the updates after they open up the app again