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

⚠ **ITMS-90809: Deprecated API Usage** #269

Open
shnizzedy opened this issue Sep 4, 2019 · 1 comment
Open

⚠ **ITMS-90809: Deprecated API Usage** #269

shnizzedy opened this issue Sep 4, 2019 · 1 comment
Assignees
Milestone

Comments

@shnizzedy
Copy link
Member

shnizzedy commented Sep 4, 2019

Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.


Declaration

class UIWebView : UIView

Overview

Note

In apps that run in iOS 8 and later, use the WKWebView class instead of using UIWebView. Additionally, consider setting the WKPreferences property javaScriptEnabled to false if you render files that are not supposed to run JavaScript.

Important

An iOS app linked on or after iOS 10.0 must include in its Info.plist file the usage description keys for the types of data it needs to access or it will crash. To access a user’s photo data specifically, it must include NSPhotoLibraryUsageDescription and NSCameraUsageDescription.

@shnizzedy shnizzedy self-assigned this Dec 5, 2019
@binarybottle binarybottle changed the title ⚠ **ITMS-90809: Deprecated API Usage** ML-517 ⁃ ⚠ **ITMS-90809: Deprecated API Usage** Jan 1, 2020
@shnizzedy
Copy link
Member Author

It looks like we'll need to replace react-native-webview with react-native-community/react-native-webview or something else:

Warning Please use the react-native-community/react-native-webview fork of this component instead. To reduce the surface area of React Native, <WebView/> is going to be removed from the React Native core. For more information, please read The Slimmening proposal.

@shnizzedy shnizzedy reopened this Jan 23, 2020
@shnizzedy shnizzedy changed the title ML-517 ⁃ ⚠ **ITMS-90809: Deprecated API Usage** ⚠ **ITMS-90809: Deprecated API Usage** Jan 23, 2020
@WorldImpex WorldImpex added this to the Sprint 1 milestone Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants