iOS-Universal-Links
iOS-Universal-Links copied to clipboard
URL Linking with Development Version
I have created file with below config.
{ "applinks": { "apps": [], "details": [ { "appID": "XXXXX.com.zzzz.asdf" "paths": ["*", "login.htm"] }, ] } }
And put on server, and tested too by this apple validation tool. https://search.developer.apple.com/appsearch-validation-tool/
And i have https and appended path on domain. So i like this in xcode project.
applinks:https://www.domainname.com/path/
when i open any url of above domain my development app does not redirect it.
Any issue with https appened path or development version etc !!!
Sometimes with development profile, link never opens the application. Also, make sure you've only single App ID on Member Center with that associated domain.
have you worked on ionic3 universal links?. If any please send some working examples for Ios. Thanks in Advance.