V
V
Valentine2018-08-09 01:02:24
Mobile development
Valentine, 2018-08-09 01:02:24

How to identify a user after installing an ios/android application?

The challenge is this:

  1. User or multiple users (web) go to app.com/xxxxx
  2. It redirects them to install the application in the Apple Store / Play Market
  3. After installation and registration in the application, the user gets access to certain content without having to re-follow the link from point 1 (deep link)

That is, the question is whether it is possible to transfer some variables through the Apple Store / Play Market.
Or does such matching happen in some other way? I suppose that it is possible to collect some user data when clicking on the link (ip, device ID) and then the application, after installation already, determines the user from this data.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Igor Emelyanov, 2018-08-09
@MAGISTR_BRU

The first opening of the application after installation will be carried out with INSTALL_REFERRER, which will contain a link that was used to go to the Play Market - https://developers.google.com/analytics/devguides/...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question