You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't use UIWebView in our app only WKWebView as does every other SDK we've integrated, only the "RXPiOS" cocoapod we're currently using uses UIWebView.
Are you able to migrate to WKWebView and update the cocoapod version or is there a new SDK we should be using instead?
Thanks!
The text was updated successfully, but these errors were encountered:
samhinchcliffeapk
changed the title
UIWebView not longer supported by Apple
UIWebView no longer supported by Apple
Mar 5, 2021
@slogsdon we were using version 1.5.0, we've updated to 1.6.0 now. A quick search for "UIWebView" in the SDK shows that GenericHPPManager conforms to UIWebViewDelegate still. Can you confirm that this won't be an issue when we next upload to Apple?
open class GenericHPPManager<T: Decodable>: NSObject, UIWebViewDelegate, HPPViewControllerDelegate
@samhinchcliffeapk The UIWebViewDelegate protocol hasn't yet be deprecated, so you shouldn't experience any issues there. We do have some in-flight changes that will remove this from our code base.
Hi guys - We've tried uploading a build to Apple with your SDK in it and had a rejection email stating:
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).
We don't use UIWebView in our app only WKWebView as does every other SDK we've integrated, only the "RXPiOS" cocoapod we're currently using uses UIWebView.
Are you able to migrate to WKWebView and update the cocoapod version or is there a new SDK we should be using instead?
Thanks!
The text was updated successfully, but these errors were encountered: