miguelconde Member Licensed User Longtime User Oct 3, 2017 #1 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.
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.
Erel B4X founder Staff member Licensed User Longtime User Oct 4, 2017 #2 There is no similar feature in iOS. Upvote 0