Michal Hruška
Michal Hruška

Reputation: 464

Can I get details of users who downloaded my android app?

Is there a way how to get details of users who downloaded my android app from Google Play store? I'd need for example email address, phone number or at least phone id...

Thank you.

Upvotes: 3

Views: 3949

Answers (1)

Pravinsingh Waghela
Pravinsingh Waghela

Reputation: 2534

Yes you can.

For that you need to write in your code to get the Phone IMIE No, or any specific information you need and then send those to your server and save them in your any specific Activity class when the user first time open your App. This could be done programatically before the app is sent to the play store.

Upvotes: -1

Related Questions