Is app center shows correct figure Active installs, downloads ?
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
@DmitriyKirakosyan
Environment
- react-native-code-push version: 8.2.2
- react-native version: 0.73.8
- iOS/Android/Windows version:
- Does this reproduce on a debug build or release build?
- Does this reproduce on a simulator, or only on a physical device?
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.
Closing due inactivity.