My App should have to be open in Device if already installed, by clicking message link.
If my App not installed, it should redirect to Appstore to download the app.
I know URL scheme, but it wont work if app is not installed in the device to redirect to App Store.
I have checked few forums, either we can open app from device if app is already installed else we can open website by clicking that link by using "Universal Linking" which was introduced in iOS 9.
But, I don't want to open my website, if my app not installed in device, I want to navigate the user to App Store.
My link is from Mail or Message, not from inside my app.
Can anyone guide me, how to make it possible!
Thanks!!