SudoPlz / sp-react-native-in-app-updates

An in-app updater for the native version of your react-native app.
MIT License
491 stars 66 forks source link

Start Update not working Properly. Always give Status 5 after installing #91

Open rahult-sdei opened 2 years ago

rahult-sdei commented 2 years ago

"sp-react-native-in-app-updates": "^1.1.3" "react": "17.0.2", "react-native": "0.66.4"

Issue I am facing in android whenever, I call startUpdate method listenser gives status 2 status 11 status 3 and finally status 5 (i.e failed)

Please help me why this is happening and provide some solution to avoid this issue.

Lekhrajk commented 2 years ago

"sp-react-native-in-app-updates": "^1.1.3" "react": "17.0.2", "react-native": "0.66.4"

Issue I am facing in android whenever, I call startUpdate method listenser gives status 2 status 11 status 3 and finally status 5 (i.e failed)

Please help me why this is happening and provide some solution to avoid this issue.

Did you find out what is the issue or still facing same problem ?

khushbu-coworks commented 2 years ago

Did you find out any solution for this issue?

Lekhrajk commented 2 years ago

Did you find out any solution for this issue?

not yet i tried but installation is always failed rest is working fine

edritech93 commented 1 year ago

same issue for me

ngotra2710 commented 1 year ago

For those who follow this thread. I use this way to solve this problem so I pass this link that I wrote in the other issue here. https://github.com/SudoPlz/sp-react-native-in-app-updates/issues/99#issuecomment-1440358432

Hope this help