google analytics - How to track the install referrer in ios -



google analytics - How to track the install referrer in ios -

i doing 1 application.in want implement 1 feature android.in android can number of downloads using install referrer.so in ios how can install referrer.

one way (you should clarify customers if ok them) send info server. maintain track of session count (or set single value nsuserdefaults) , application version , should fine:

install: session count 0, send "hello" message server (server stores device id)

reinstall: same "install" (server recognizes device id exists)

update: application version not same on lastly startup, send "update" message server

ios google-analytics referrer

Comments

Popular posts from this blog

ruby on rails - Devise Logout Error in RoR -

model view controller - MVC Rails Planning -

php - Working with pretty urls on apache and fastcgi after hhvm installation -