You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you mentioned, if you target iOS 11, you can now use WKURLSchemeHandler to avoid this trick! 😆
Could you please assist me in how we can add WKURLSchemeHandler support to monitor HTTP/HTTPS resources instead of this private API? AFAIK WKURLSchemeHandler is for custom schemes.
Any sample code would be appreciated.
Thanks,
Aruna
The text was updated successfully, but these errors were encountered:
Hi Wilddylan,
As you mentioned, if you target iOS 11, you can now use WKURLSchemeHandler to avoid this trick! 😆
Could you please assist me in how we can add WKURLSchemeHandler support to monitor HTTP/HTTPS resources instead of this private API? AFAIK WKURLSchemeHandler is for custom schemes.
Any sample code would be appreciated.
Thanks,
Aruna
The text was updated successfully, but these errors were encountered: