microsoft / react-native-code-push

React Native module for CodePush
http://appcenter.ms
Other
8.92k stars 1.45k forks source link

App is not updated second time. #2725

Closed Invictus-Munish closed 1 month ago

Invictus-Munish commented 1 month ago

Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):

Steps to Reproduce

1.

Expected Behavior

What you expected to happen? The updates should be properly installed.

Actual Behavior

What actually happens? For the first time the app updates perfectly but than the next update is errored.

  STACK TRACE AND/OR SCREENSHOTS

Screenshot 2024-07-11 at 1 24 42 PM

Reproducible Demo

Environment

(The more info the faster we will be able to address it!)

DordeDimitrijev commented 1 month ago

Hi @Invictus-Munish thank you for reaching out. I can't reproduce the issue you are encountering. Based on the logs i can see that you made some modifications which caused the hash value of the codepush folder to be changed and this shouldn't happen and that's why it cancels the update. Could you please share a demo app or steps to reproduce this issue?

sontruongna commented 1 month ago

Same issue in Android

yaoz0816 commented 1 month ago

same issue in android

yaoz0816 commented 1 month ago

Same issue in Android

hi, Have you solved it?

DordeDimitrijev commented 1 month ago

Hi @sontruongna @yaoz0816 could you please provide which version of react-native and react-native-code-push you are using?

sontruongna commented 1 month ago

Hi @sontruongna @yaoz0816 could you please provide which version of react-native and react-native-code-push you are using?

"react-native": "^0.74.2",
"react-native-code-push": "8.3.0",

Update: When i downgrade react-native-code-push version to 8.2.2 it worked

DmitriyKirakosyan commented 1 month ago

The fix has been released. Closing.