and my view controller is white. It does ask for camera permission at the start.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.
1 Comment
Wikitude Support
said
over 1 year ago
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.
n n
Hi I am facing the following issue:
WF: _userSettingsForUser mobile: {
filterBlacklist = (
);
filterWhitelist = (
);
restrictWeb = 1;
useContentFilter = 0;
useContentFilterOverrides = 0;
whitelistEnabled = 0;
}
WF: _WebFilterIsActive returning: NO
and my view controller is white. It does ask for camera permission at the start.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.