microsoft / react-native-code-push

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

Is app center shows correct figure Active installs, downloads ? #2763

Closed snanthagopal closed 3 weeks ago

snanthagopal commented 1 month ago

We have been doing codepush releases from the past few years through Azure pipeline. Initially it was ok when we have 10k customers. But now we have more than 100k customers and when we release some javascript code changes can see only 30 to 40% active section in the appcenter dashboard. which means not installed codepush for others? how it measures getting this stats ? Do we have any limits like how many users can get the updates like that ? or is it issue from codepush ? I couldn't find these info in the documents. Can anyone experience the same?

Steps to Reproduce

App.tsx

export default codePush({
  installMode: codePush.InstallMode.IMMEDIATE,
  checkFrequency: codePush.CheckFrequency.ON_APP_RESUME,
})(App);

Expected I want to push the update for all our customers more than 100k and need to know the status they all got the update

Actual behaviour DashBoard @DmitriyKirakosyan

Environment

DmitriyKirakosyan commented 1 month ago

Hi @snanthagopal,

Thank you for reaching out!

Please note that the Download and Install statuses are sent by the Code Push SDK. As a result, their delivery is not guaranteed and could be affected by factors such as network connection issues.

DordeDimitrijev commented 3 weeks ago

Closing due inactivity.