O
O
ogeolime2014-02-12 16:17:59
Android
ogeolime, 2014-02-12 16:17:59

How does the server that has given the link to the application on Google Play understand that the application has been installed?

I follow the link (from my smartphone) on the site and it sends me to download the application to Google Play, I install and run the application, and the server knows that I did it. How does the server identify the installation on one specific smartphone, what is it attached to?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
FoxInSox, 2014-02-12
@ogeolime

When you first start the application sends an http request to the server, ala "I was launched." The device id can be obtained like this:

Settings.Secure.getString(context.getContentResolver(), Settings.Secure.ANDROID_ID)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question