I have been looking at how deeplinking works but I am not still sure whether it could be applied to my case.
I have an app on apple store. Different people through different paths (imagine through different specific webistes) will be forwarded to the itunes page to download this same app. Imagine a user sees a link on a specific website to download my app on itunes. What I need is to let the user download the app through the link on the website and once the app launches for the first time, the app knows which website the user is coming from so I can customize the app's look and feel for that specific user. Basically I would like to send a parameter (like the website address) to the app using the same link which opens the app download page on itunes.
I was wondering if anyone can help me understand how to do it and whether or not deeplinking is something which can help with this. If there is a specific link which explain exactly what I am looking for, I would be very much thankful if you could share it with me.