Hi, I’m having problems with the plugin and iOS, it’s not opening the pages, they are loading forever, it was working months ago.
I’m using unity3d 2020.1.13f1 and xcode 12.5.1, when I tried to open a website the log shows:
2021-08-11 12:58:07.346396-0500 myapp[556:87404] WF: === Starting WebFilter logging for process myapp
2021-08-11 12:58:07.346897-0500 myapp[556:87404] WF: _userSettingsForUser mobile: {
filterBlacklist = (
);
filterWhitelist = (
);
restrictWeb = 1;
useContentFilter = 0;
useContentFilterOverrides = 0;
whitelistEnabled = 0;
}
2021-08-11 12:58:07.346937-0500 myapp[556:87404] WF: _WebFilterIsActive returning: NO
I would appreciate any help.