ssl - iOS Universal Links NSURLAuthenticationMethodServerTrust kAuthenticationErr -


i've set universal links in our app, , i'm unable retrieve apple-app-site-association file server on app install. device console giving following error attempts retrieve file during install:

rejecting url 'https://example.com/apple-app-site-association' auth method 'nsurlauthenticationmethodservertrust': -6754/0xffffe59e kauthenticationerr 

i'm able retrieve file in safari using same device. it's hosted via https standard verisign issued ev cert. don't ssl errors when retrieving file outside of app install, i'm confident cert configured correctly on server side.

what causing error?

as turns out issue caused having worx citrix installed on phone. app installed profile xenmobile on phone interfering ssl handshake between our server , apple. case when installing test apps on phone. our production app downloaded app store works fine. also, if remove citrix apps , associated xenmobile profile, works. annoying.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -