/Pods/Appboy-iOS-SDK/AppboyUI/ABKInAppMessage/ViewControllers/ABKInAppMessageHTMLViewController.h:10:38: 'UIWebView' is deprecated: first deprecated in iOS 12.0 - No longer supported; please adopt WKWebView.
UIWebView has been legacy for a few years now. You should switch to WKWebView instead.
Steps to reproduce
Update Xcode and build the project.
Code Snippet
n/a
Are you doing any feature customizations that may relate to the issue? Can you share the code snippet?
Hi @borut-t, thanks for the call out. Using WKWebView is on our product roadmap but we don't currently have a timeline. We'll update as more information becomes available.
Report
Describe your environment.
What did you do?
Updated Xcode to the latest version.
What did you expect to happen?
No warning.
What happened instead?
/Pods/Appboy-iOS-SDK/AppboyUI/ABKInAppMessage/ViewControllers/ABKInAppMessageHTMLViewController.h:10:38: 'UIWebView' is deprecated: first deprecated in iOS 12.0 - No longer supported; please adopt WKWebView.
UIWebView
has been legacy for a few years now. You should switch toWKWebView
instead.Steps to reproduce
Update Xcode and build the project.
Code Snippet
n/a
Are you doing any feature customizations that may relate to the issue? Can you share the code snippet?
no
Project that demonstrates the issue
n/a