iOS: Detect the source of the iOS app installation programmatically (inside the installed app) [duplicate]

℡╲_俬逩灬. 提交于 2019-12-10 18:37:09

问题


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

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

Thank you.


回答1:


Nope.

You should ask Apple by opening a Radar, though I wouldn't hold your breath... We've been waiting for analytics since 2008!




回答2:


I have a friend who adds a step, using Google Analytics URL Builder to send users to his website with an auto-redirect from there to his appstore link. I haven't actually tried it myself, but he claims it works.




回答3:


I am gonna go with no.....you would need the cooperation of Apple's servers, itunes, and their IPA format.



来源:https://stackoverflow.com/questions/10090312/ios-detect-the-source-of-the-ios-app-installation-programmatically-inside-the

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!