Is it possible to open an iOS app from certain links in the website? -
i have managed ios 9 universal links work, if user sent email link http://www.exampledomain.com/payment can open in app.
but have not been able working if user in safari , on site (http://www.exampledomain.com), , clicks on payment link direct them http://www.exampledomain.com/payment, not open in app. possible app open in way?
i had same scenerio , found solution via deeplink , need make urlscehme mobile site , can of our server .
for instance : share url of http://www.exampledomain.com/payment
if user tap on redirect our server , server detect device type mobile redirect urlscheme yourappurlschme://payment if app installed open other ways redirect itune download or webapge. pasting link helpfull.
http://www.brianjcoleman.com/tutorial-deep-linking-in-swift/
Comments
Post a Comment