Is it possible to get information from the app store when the iOS application is first installed?
On Android I can do it with "intent" "com.android.vending.INSTALL_REFERRER." and I get data like:
("utm_source"))
("utm_medium"))
("utm_term"))
("utm_content"))
("utm_campaign"))
("gclid"))
Is this possible in B4I? Thank you.
On Android I can do it with "intent" "com.android.vending.INSTALL_REFERRER." and I get data like:
("utm_source"))
("utm_medium"))
("utm_term"))
("utm_content"))
("utm_campaign"))
("gclid"))
Is this possible in B4I? Thank you.