ios - Can I use Apple Universal Links with HTTP server? -


i have not been able confirm anywhere, maybe here can. know when targeting ios 9+ , using https 1 can implement universal links plaintext app-site-association-file.

i know, when supporting handof/shared web credentials, file needs signed.

what i'm interested in whether universal links work signed file avaiable via http?

for wondering - no cannot. when using signed file (which requirement handoff , shared web credentials in ios 8), connection still needed accesible via https.

reference docs :

the file must meet following requirements:

  1. the file must hosted on https:// site valid certificate (for example, safari must not issue certificate warning when viewing site).

  2. the file must not use redirects.

  3. the file must have mime type application/pkcs7-mime.

  4. the file must cms signed valid tls certificate.


Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -