Appboy / appboy-ios-sdk

Public repo for the Braze iOS SDK
https://www.braze.com
Other
168 stars 140 forks source link

UIWebView is deprecated #185

Closed borut-t closed 5 years ago

borut-t commented 5 years ago

Report

Describe your environment.

Info Value
Platform Name iOS
Platform Version 12.2
SDK Version 3.14.0
Integration Method cocoapods
Xcode Version Xcode 10.2
Repro rate all the time (100%)

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 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?

no

Project that demonstrates the issue

n/a

Bucimis commented 5 years ago

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.

Thanks again!