If I have an iOS app, how can I open a browser view inside the app (upon the user tapping a button) which contains no cookies from any domains?
This means the browser view should not remember cookies from the previous time the user opened the browser, nor share cookies with the Safari
app.
There are now three classes to do web views as far as I understand, SFSafariViewController
, WKWebView
and the dated UIWebView
. Which of these allows what I want to achieve?