17

I am looking for a way to export the list of devices on that my Android app is currently installed.

Is this possible and if yes, how?

Tom
  • 4,070
  • 4
  • 22
  • 50
  • your question is not related to programming, therefore it is off-topic here – Vladyslav Matviienko Feb 09 '19 at 14:07
  • 12
    This is a question that some programmers need to know. For example, when considering adding features to an app, they need to know how many users are running on devices that are too slow for that feature. This question is just one of probably thousands of questions about services used by programmers ([random example](https://stackoverflow.com/q/38097126/145173)). – Edward Brey Oct 05 '20 at 18:27

1 Answers1

30

On play, go to your app page. On the left sidebar, select Statistics.

  1. Open "Add a new metric, or edit an existing one" dropdown
  2. Select Devices > Install Base > all devices
  3. Below in "View by", select "Device" from dropdown, deselect all filters, then click "+ Device" and select "All devices"
  4. Select Export Report > Export change analysis

That's it, you'll have a list of active devices running your app.

lasec0203
  • 2,422
  • 1
  • 21
  • 36
RamblinRose
  • 4,883
  • 2
  • 21
  • 33