LonelyCpp / react-native-youtube-iframe

A wrapper of the Youtube-iframe API built for react native.
https://lonelycpp.github.io/react-native-youtube-iframe/
MIT License
603 stars 153 forks source link

Play store reject android app #193

Closed savan15 closed 2 years ago

savan15 commented 2 years ago

Hello

We got rejection mail from the Google team Screenshot 2021-09-23 160108

Note : we got every time SSL error.

Please help me how to overcome this issue.

And if you give suggestion like display popup so it is not properly to showing every time to popup and user will decide can i 'continue' or 'cancel'

LonelyCpp commented 2 years ago

This is most likely an error from some other library using webviews in an unsafe way.

The SSL handling has been properly handled in react-native-webview, so using the latest version will not result in rejections.

try this : https://github.com/react-native-webview/react-native-webview/issues/2118

for further help, try making an issue in the react-native-webview repo