Hello,
I need to have services workers in a webview in my app for offline purpose. Is there a way to have support for service workers without having to declare WKAppBoundDomains?
WKAppBoundDomains does not suit me because I have too many domains to declare for it to work.
Even if i register base domains of my app, there are many partners urls to open in my app. But I can't open them in webview with WKAppBoundDomains, and can't open in SFSafariViewControllers cause it needs cookies from my app for auto connect purpose.
Thank you in advance for your help.