Saleem Alzoubi
Saleem Alzoubi

Reputation: 39

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.

Upvotes: 3

Views: 1296

Answers (1)

Jeff Li
Jeff Li

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

Related Questions