V
V
Vladimir Vornicescu2018-12-18 15:22:28
iOS
Vladimir Vornicescu, 2018-12-18 15:22:28

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/*" ] 
      } 
    ] 
  } 
}

The app has a CFBundleIdentifier - com.myapp.mobile. I open a browser in the iPhone emulator. I go to my site but the application does not start.
The question is what am I missing?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question