0

I have configured react-native-codepush in my react-native project.

When i release an update in the appcenter I can see the release history but after the release when I reopen the app for the first time I could not see any update but when I reopen the app for the second time then I am able to see the updates.

Can anyone please help me as to why the app is not getting updated when I open the app for the first time after release the update.

I have added below code check.

const codePushOptions = {
 checkFrequency: codePush.CheckFrequency.ON_APP_START,
 installMode: codePush.InstallMode.IMMEDIATE
};

export default codePush(codePushOptions)(App);

Thanks in advance.

3
  • did you find solution?? Commented Dec 31, 2021 at 4:56
  • yes i was able to, Commented Jan 8, 2022 at 8:18
  • @Shariq how did you resolve it ? Commented Oct 31, 2022 at 5:32

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.