Description:
Apple will start rejecting apps that directly or indirectly calls for UIWebView API. (OneSignal framework, GoogleSignIn SDK, for example are both being warned by Apple automatic review process)
UIWebView is deprecated since iOS 12*. So, for best practice we should replace it for WKWebView
Environment
Swift 5 (target: iOS 10.0), latest OneSignal framework
Steps to Reproduce Issue:
Anything else:
Didn't find any branch dealing with this issue. Suggestion is to use WKWebView which is modern and encouraged by Apple
Same here
ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information
@arthurdapaz @inkly Thanks for reporting, a fix has been merge in and will be included in the next release
@jkasten2 do you have any infos when the next release will be available ?
Hi,
I'm facing the same problem. How can I fix it?
This fix was included in OneSignal-iOS-SDK 2.10.2 released Sep. 3 2019.
Most helpful comment
@arthurdapaz @inkly Thanks for reporting, a fix has been merge in and will be included in the next release