Need help to pass dynamic value from a browser to the newly installed app

An URL that contains some dynamic value. The URL gets opened in Safari with the dynamic value. That page tracks if the app is installed in the device or not. If not installed then a button is displayed that takes user to the app store to download the app. After the app is downloaded, when user opens the app for the 1st time, the app should be opened with that dynamic value. I am a new in iOS. It would be very helpful if you have any solution for this task.


Thanks

I don't have any suggestions for how to solve your specific problem but I will recommend that you watch the following WWDC 2015 sessions, which are packed full of interesting info in this space:

Share and Enjoy

Quinn "The Eskimo!"
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
Need help to pass dynamic value from a browser to the newly installed app
 
 
Q