-
GVR appears to reference UIWebView, which is problematic because iOS is removing UIWebView. Currently submitted applications receive a warning, but eventually will be auto-rejected.
-
This plugin is using UiWebview and is being rejected by app store. It needs to use wkwebview. please help.
-
Can anyone confirm if this library uses the UIWebView class or not? I'm getting warning from apple warning after installing this library. I'm using v1.0.9 of this lib and react-native v0.61.4
-
Hi @zwaldowski!
I implemented interstitial admob into my application but every time showing Advertising, it's crashed and here is what showed in console screen.
**\* Terminating app due to uncaught …
-
When i try to publish my app with this package i get this error ->
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved securi…
-
UIWebView Deprecated in iOS13.
-
Hello,
I recently received an email from Apple saying:
> The App Store will no longer accept new apps using UIWebView as of April 2020, and existing apps must remove the deprecated API by Decemb…
-
I am unable to publish the app due to **UIWebView** usage in this module. Please replace this with **WKWebView**.
Thank you.
-
In UIWebView I am loading html. html is loading properly.
I need to add class on element run time by finding element by class name.
we are trying below code but it not working.
std::string jsCode =…
-