'I want to get count of installations for my app from app store and google play (programmatically), is there an official api
I am developing flutter mobile application with java(springboot) backend, I want to get the number of downloads(installations) for my app using java(springboot) from google play and play store.
Solution 1:[1]
It is the google play api that supports aggregated reports. I think it can help you. https://support.google.com/googleplay/android-developer/answer
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Jeff Li |
