Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can do this by using the WebView User Session Continuity functionality. This is performed by getting the app user data with getUserSessionData() and then passing it on to the webview by injecting it into a global variable called UC_UI_USER_SESSION_DATA in your WKWebView as follows:

...