-1

I have deployed my app on google and apple store. I want some statistics like daily install, active install, uninstalled, rating and review for my analytical purpose from both stores. Right now I get that data from "app annie", but I need native api, so I can fetch data and store in my database. Can someone suggest me api related document/tutorial for the same?

Thanks.

Manish Sapkal
  • 5,591
  • 8
  • 45
  • 74

2 Answers2

1

I don't know about the iOS console, but Google Play Developer Console offers all that natively.

I want some statistics like daily install, active install, uninstalled...

Open the app you want to see in the console.

This is all available under the "Statistics" menu(option one). There are many options, but you can see active installs, total installs, uninstalls(shows day to day so you can see daily uninstalls),

rating and review for my analytical purpose from both stores.

Make sure the app you want to see is opened in the console.

Select "Rating and review" option(number three). Under this menu you can see the average rating and how many has given your app x stars. However, you cannot see reviews that only are stars. You can filter reviews by stars as well meaning you only see reviews with text and x stars that you select.

You can also see basic details from the main menu(active installs, total installs, rating, crashes):

Source

You can also download the statistics, reviews and more

Community
  • 1
  • 1
Zoe
  • 27,060
  • 21
  • 118
  • 148
0

For Android play store you can use this utility - https://cloud.google.com/storage/docs/gsutil

example - https://support.google.com/googleplay/android-developer/answer/6135870?hl=en

Amod Gokhale
  • 2,346
  • 4
  • 17
  • 32