Skip to content
New issue

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

Update UIWebView to WKWebView on ViroReact #12

Open
akinncar opened this issue Jan 22, 2022 · 1 comment
Open

Update UIWebView to WKWebView on ViroReact #12

akinncar opened this issue Jan 22, 2022 · 1 comment
Labels
dependencies Pull requests that update a dependency file

Comments

@akinncar
Copy link
Owner

akinncar commented Jan 22, 2022

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

@akinncar akinncar added the dependencies Pull requests that update a dependency file label Jan 22, 2022
@akinncar
Copy link
Owner Author

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

Repository owner deleted a comment from synchrovision Feb 6, 2024
Repository owner deleted a comment from leojin Feb 23, 2024
@github-staff github-staff deleted a comment from vokaplok Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

3 participants
@akinncar and others