Relative Content

Tag Archive for iosreact-nativewebview

Add file to LSApplicationQueriesSchemes in your Info.plist React Native Webview

I’ve implemented a WebView in my current react native application it is working fine URLs are opening in the WebView. Upon testing this on iOS I came across this warning Error: Unable to open URL: Add file to LSApplicationQueriesSchemes in your Info.plist. I’m unable to understand what I should do so that this warning should not occur anymore. Also, curious that if I don’t resolve this issue and upload my app for submission will my app gets rejected because of this?