How are uninstalls recorded on Google Play console?

前端 未结 2 1546
春和景丽
春和景丽 2020-12-21 16:36

I want to know how uninstalls on my app are recorded on the Google Play console exactly. I do not want my own personal uninstalls on my test devices to show, so I want to fi

2条回答
  •  再見小時候
    2020-12-21 16:59

    Maybe I have not been able to find exact documentation of your problem but you don't need to worry as it is sure that Google will not count installs or uninstall of your debug/signed apk if you install it manually or from Android studio.

    It counts the number of installs or uninstalls of your application only if you download the app from Google Play Store.

提交回复
热议问题