Updated 15 July 2017
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 |
If you have more details or questions, you can reply to the received confirmation email.
Back to Home
Be the first to comment.