0

I want to access monthly installs reports from Google Play Store in PHP. I have not find any Google Play Store API for same. Can any one help me on this ?

Thanks a lot in advance.

Pankaj
  • 360
  • 5
  • 22

1 Answers1

1

It is possible in two ways

  1. Download reports using a gsutil (command line tool)
  2. Download reports using a client library & service account

refer this link for more information

Pankaj
  • 360
  • 5
  • 22