UIWebView has been explicitly marked as deprecated in iOS 12

RZulkoski
Regular Visitor

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.

3 REPLIES 3
API_Managers
Visa Developer Support Specialist

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,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.

API_Managers
Visa Developer Support Specialist

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,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.

Crump965
Regular Visitor

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