Answer the question
In order to leave comments, you need to log in
How to open ios application by link/url?
I'm trying to implement the so-called. Deep Links in ios application.
To do this, I created the file "apple-app-site-association" in the root of the site, inside I wrote:
{
"applinks": {
"apps": [],
"details": [
{
"appID": "com.myapp.mobile",
"paths": [ "/qrtest/*", "/qrtest/" ]
},
{
"appID": "com.myapp.mobile2",
"paths": [ "/qrtest/*" ]
}
]
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question