Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Apple will stop accepting submissions of apps that use uiwebview apis in react native #35

Open
sandeepg1220 opened this issue Nov 10, 2019 · 4 comments

Comments

@sandeepg1220
Copy link

Hi,

I'm facing issue as apple will stop accepting submissions of apps that use uiwebview apis in react native. This is due to in react-native-plaid-link used the react-native-webview package. upto version <7.0.1 the react-native-webview used the UIWebView. Now this UIWebView is deprecated and version >=7.0.1 used WKWebView instead UIWebView. But in react-native-plaid-link uses the 5.3.0 version of react-native-webview. Could you please update the react-native-webview version to >=7.0.1

@dmamaril
Copy link

dmamaril commented Dec 1, 2019

@sandeepg1220 can you provide the source of that info from Apple?

@sandeepg1220
Copy link
Author

Please find the below.

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.

@ajkhatibi
Copy link

What's the solution around this?

@jstlaurent
Copy link

Since react-native-webview is a peer dependency of this package, you can require a newer version of it in your app and react-native-plaid-link will work just fine. I'm running it with v8.1.1 of react-native-webview at the moment.

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

No branches or pull requests

4 participants