applinks in iOS 9 not working
问题 I don't get applinks: in iOS not working, whenever I open a link like https://www.example.com/something on my iOS 9 device, it gets opened in Safari. I'm running the app via debug provisioning profile, on my server there is a file called apple-app-site-association . There are two different formats I found: { "applinks": { "apps": [], "details": { "AB1CDEFGHI.com.mydomain.myapp": { "paths": ["*"] } } } } as well as { "applinks": { "apps": [], "details": [ { "appID": "AB1CDEFGHI.com.mydomain