iOS-Universal-Links icon indicating copy to clipboard operation
iOS-Universal-Links copied to clipboard

URL Linking with Development Version

Open jagdish24 opened this issue 7 years ago • 2 comments
trafficstars

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 !!!

jagdish24 avatar Jun 28 '18 08:06 jagdish24

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.

vineetchoudhary avatar Jun 28 '18 17:06 vineetchoudhary

have you worked on ionic3 universal links?. If any please send some working examples for Ios. Thanks in Advance.

chakri3130 avatar Nov 19 '19 15:11 chakri3130