We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple Store is rejecting our app because the library that we are using (Viro React) are using a deprecated API on binaries, so we need to update it:
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).
viromedia/viro#852
grep -r UIWebView node_modules/*
The text was updated successfully, but these errors were encountered:
Add new row and set a key and value in your info.plist to use WKWebView instead of UIWebView. Key: gad_preferred_webview
Value: wkwebview
https://stackoverflow.com/a/62137910/10142204
Sorry, something went wrong.
No branches or pull requests
Apple Store is rejecting our app because the library that we are using (Viro React) are using a deprecated API on binaries, so we need to update it:
Apple Message to US
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).
Viro React Discussion
viromedia/viro#852
Approaches tips
grep -r UIWebView node_modules/*
on the therminal to see all UIWebView Usage.https://twitter.com/akinncar/status/1461138006555955207
https://twitter.com/akinncar/status/1461491911559155719
https://twitter.com/akinncar/status/1461517341678837771
The text was updated successfully, but these errors were encountered: