I am using WKWebView inside my Swift App for SSO login. Now, SSO session is retained due to cookies saved.
In Android there's an option to clear the cache or clear data from their settings Apps. Can I make my iOS App eligible for such a feature?
I don't want to give an option inside my Application to clear the cache. is there any external option available which can be used for this inspite of Re-installing the application.