Reputation: 39
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.
Upvotes: 3
Views: 1296
Reputation: 13
It is the google play api that supports aggregated reports. I think it can help you. https://support.google.com/googleplay/android-developer/answer
Upvotes: 1