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
Hi there,
I am reporting an issue with regards to UIWebview api used in this project. As Apple has deprecated the api UIWebview and replaced this with WkWebview. So any developer who will upload the iOS app to app store from December 2020 with UIWebview implementation will not be accepted.
So kindly please provide an updated WebViewJavascriptBridge version without the reference and usage of UIWebview. It will be greatly appreciated.
WVJB Bug Report
Thanks for reporting an issue with WebViewJavascriptBridge.
I'm using this lib for WKWebView but still, this library has UIWebView references. As per Apple, they won't accept the app store update for UIWebView after Dec 2020.
Could you please remove references for UIWebView and update the library version?
Hi there,
I am reporting an issue with regards to UIWebview api used in this project. As Apple has deprecated the api UIWebview and replaced this with WkWebview. So any developer who will upload the iOS app to app store from December 2020 with UIWebview implementation will not be accepted.
So kindly please provide an updated WebViewJavascriptBridge version without the reference and usage of UIWebview. It will be greatly appreciated.
WVJB Bug Report
Thanks for reporting an issue with WebViewJavascriptBridge.
Do these 4 things and I will fix your problem!
cd
into it and runmake test
. All tests should pass!Tests/WebViewJavascriptBridgeTests/BridgeTests.m
and create a new, failing test which demostrates your issue.That's it!
I will take it from there and promise that I'll fix your problem ASAP.
If you don't do this then I can't help you!
And I probably won't :)
Cheers,
@marcuswestin
The text was updated successfully, but these errors were encountered: