As of iOS 12.0, 'UIWebView' has been explicitly marked as deprecated. Apple is encouraging developers to adopt WKWebView instead, which was introduced in iOS 8.0. Since the iOS VCO SDK targets iOS 10.0 anyways, this shouldn't require deprecating support for any existing versions.
Is this on your roadmap, and if so do you have an idea of when it will get addressed? I am currently receiving warnings about the deprecation when targeting iOS 12.0.
Hi @RZulkoski,
I'm currently working on getting an answer to your question, once I find out, I'll let you know soon!
Hi @RZulkoski,
Can you please provide clarification on whether or not you are using WKWebview or UIWebview?
Also, our VCO SDK does have UIWebview methods still in there which will be taken care of in future releases.
If you are using UIWebview then our VCO SDK will show you deprecation warnings and will recommend you to upgrade to WKWebview as mandated by Apple.
As of iOS 12.0, 'UIWebView' has been explicitly marked as deprecated. Apple is encouraging developers to adopt WKWebView instead, which was introduced in iOS 8.0 Upsers