An example of an AppsFlyer link would be https://app.appsflyer.com/id111111111?pid=my_pid&c=campaign1
this link redirects to the AppStore. When we launch / install the app, we have the information inside the (Ios) app.
I thought that maybe some cookies are stored by the browser, and then retrieved inside the app. But in my researches I found that it is impossible to share cookies between applications (Web browser and my app).
Understanding NSHTTPCookieStorage for the iPhone
Could someone list me the possibilities for doing that?
1) Cookies?
2) External storage?
And in android? how would this be done?
Another related question: Does anyone knows how to use AppsFlyer push/pull API?
https://support.appsflyer.com/entries/23655166-Pull-APIs-Pulling-AppsFlyer-Reports-by-APIs
Thanks a lot