You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 !!!
The text was updated successfully, but these errors were encountered: