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

 UIWebView Deprecated #82

Open
deavial opened this issue Aug 30, 2019 · 3 comments
Open

 UIWebView Deprecated #82

deavial opened this issue Aug 30, 2019 · 3 comments

Comments

@deavial
Copy link

deavial commented Aug 30, 2019

Dear Developer,

We identified one or more issues with a recent delivery for your app, "{{APPNAME}}" {{VERSION}} ({{BUILD}}). Your delivery was successful, but you may wish to correct the following issues in your next delivery:

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.

After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to App Store Connect.

Best regards,

The App Store Team

Information

Apple has started sending these out for apps that use UIWebView. In the react-native issues log, it is assumed that Apple will begin rejecting apps using it after September 10, 2019.

React has been prepared for this deprecation since 2018. It can be fixed by adding useWebKit={true} to WebView in Canvas.js. This will cause react-native to use WKWebView instead.

If moving to react-native-community/react-native-webview no attribute is needed. UIWebView is not used in the library.

Apple Documentation

React Information

@maximus123123
Copy link

@SnehalAgrawal
Copy link

SnehalAgrawal commented Dec 6, 2019

Updated Generation of QR Code in React Native to react-native-qrcode-svg

@fabionofre
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants