IOS: Detect the installation source of an iOS app programmatically (inside an installed app)

I would like to know if there is a way to detect how the user found my application in the AppStore.
For example, if there is some parameter that I can bind to the url of my app in AppStore and get it inside the installed app.

It could be http://itunes.apple.com/app/SOME-APP-ID?mt=8 & source = Facebook
In the example above, I would like to get the string "Facebook" inside the app ...

Thank.

+3


source to share


3 answers


Nope.



You have to ask Apple the discovery of the radar , even though I wouldn't hold my breath ... We've been waiting for analysts since 2008

+3


source


I have a friend who is adding a step using Google Analytics URL Builder to send users to his site, auto-redirecting from there to his appstore link. I haven't actually tried this myself, but it claims it works.



+4


source


I'm going to go without ... you need collaboration with Apple servers, itunes and their IPA format.

0


source







All Articles