Start a new topic

iOS 10 problems working with https.

Hi:


I'm facing an issue on iOS 10.1.1 that when I try to load a world from an https server, it's not working at all. It shows the ADE with the orange triangle but it doesn't work. I got this message on Xcode console:


2016-11-29 20:20:22.403937 PrintARDemo[9128:3077338] WF: _userSettingsForUser mobile: {

    filterBlacklist =     (

    );

    filterWhitelist =     (

    );

    restrictWeb = 1;

    useContentFilter = 0;

    useContentFilterOverrides = 0;

    whitelistEnabled = 0;

}

2016-11-29 20:20:22.405467 PrintARDemo[9128:3077338] WF: _WebFilterIsActive returning: NO

 

I've tested the same content from an http server and it works. It even works when I load the same content locally (from the Documents folder). 


It also works fine on Android from an https connection.


Is there any thing I can do from iOS to get it working. I'm using the last update 5.3.0 but I feel that I can't do anything else...


Any idea...?


BR,




Javier.




Hi Javier,


Do you think that you can send us the url from where you are loading your world for internal testing?


Thanks

Hi I am facing the same issue, same log and my view controller is white. There are no error logs from the sdk though. I am loading the world from a url hosted on our private server. vrvu.in. I have also added a bypass in the TLS by adding a Allow Arbitrary Loads to YES. Also, added exception domain for vrvu.in () set NSExceptionAllowsInsecureHTTPLoads->YES, but it still gives the same error. The same url works on android though.

Hi,


Please make sure that you are loading the world from a url that starts with https and not http, as this is not supported by iOS anymore.


Thanks,

Eva

Login or Signup to post a comment