UIWebView has been explicitly marked as deprecated in iOS 12
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
UIWebView has been explicitly marked as deprecated in iOS 12
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: UIWebView has been explicitly marked as deprecated in iOS 12
Hi @RZulkoski,
I'm currently working on getting an answer to your question, once I find out, I'll let you know soon!
Thanks,
Diana
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: UIWebView has been explicitly marked as deprecated in iOS 12
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.
Thanks,
Diana
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: UIWebView has been explicitly marked as deprecated in iOS 12
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