Universal Links > Device log

Hi.


I've been struggled for a long time to add Universal Links function.

One of my colleague uploaded a apple-app-site-association to SSL server and I setted up entitlements file.

But the problem is, when I installed an app to my iPhone, the device log shows me just like this.



"Oct 27 11:06:44 ahimahasui-iPhone swcd[1120] <Notice>: 2015-10-27 11:06:44.245142 AM [SWC] ### Finish URL 'https://myDomain.com/apple-app-site-association' failed: -6717/0xFFFFE5C3 kFormatErr"

And as I expected the universal links doesn't work at all.

I have no idea where I can find the meaning of that error code "-6717" and how to fix it.

Does anyone have idea?

Have you tried checking your site against the Apple validator?


https://search.developer.apple.com/appsearch-validation-tool/


This will confirm if the apple-app-site-association format is correct.


Note that the format shown in the WWDC session has changed (specifically using the appID as a key in the json file). Instead, the format should match that shown in this documentation.

Hi Changwoo Kim,


Have you found the solution?

I face exactly the same problems.


Our site supports HTTP protocol (http://myDomain.com/some/path).

But when I look into the device log I see it tries to find association file with HTTPS protocol (https://myDomain.com/apple-app-site-association).


BTW, Validation Tool's test passes sucessfully.


We have tried another site which is configured for HTTPS support and it worked perfectly well.

The problem is we have production site without HTTPS support.


Is it possible to use Universal Links to insecure site at all?

Universal Links &gt; Device log
 
 
Q