Search code examples
iosionic-frameworkdeep-linking

Univeral link not working with http scheme


Using universal link in ionic framework(v3). It is working perfectly in android, ios(https scheme) but not working with http scheme.

I seen somewhere i can sign apple-app-site-association file and upload on http website but that is for ios < 9.

I am looking for workaround for following such url :

http://hosturl


Solution

  • To support Universal links, you have to upload an apple-app-site-association file, using https only as described in https://developer.apple.com/documentation/security/password_autofill/setting_up_an_app_s_associated_domains?language=objc

    Then you may support http links redirecting to your apps (but if you have a valid SSL certificate, why would you serve content through http)