iOS Question iOS app. Get app store info on installation

miguelconde

Member
Licensed User
Longtime User
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.
 
Top