Woo! Hooy!
We have just recieved your project brief and our expert will contact you shortly.
Send Again
Close
Universal links are those when you have a link of with particular parameters saved or contain your iPhone and if the application is installed on your iPhone related to that link will open up your application without opening the Safari browser and if your application is not installed on your iPhone then that link will open the Safari browser.Steps to implement universal links in iOS:-
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
{ "applinks": { "apps": [], "details": [ { "appID": "3XXXXX9M83.yourdomain.com", "paths": [ "*" ] } ] } } //app ID = "TeamID: your domain.com" //Team Id is you developer account team id //paths = links that refer your domain * will open all the links associated with your domain |
Be the first to comment.