react-native-youtube-iframe icon indicating copy to clipboard operation
react-native-youtube-iframe copied to clipboard

iOS only issue: NSURLErrorDomain: Error Code -1202

Open fractalscape13 opened this issue 2 years ago • 2 comments

Describe the bug Package installed, works on android and web but isn't working on iOS simulator. The error is: ”Domain: NSURLErrorDomain Error Code: -1202 The certificate for this server is invalid. You might be connecting to a server that is pretending to be “lonelycpp.github.io” which could put your confidential information at risk.”

To Reproduce Install package with yarn in newly created bare rn app or expo-managed, attempt to run on iOS simulator

Expected behavior Expected to see video

fractalscape13 avatar Dec 02 '22 17:12 fractalscape13

I am also facing same issue. Any workaround please??

param240 avatar Feb 02 '23 07:02 param240

useLocalHTML={true}

This worked for me.

param240 avatar Feb 08 '23 14:02 param240

possibly a duplicate of https://github.com/LonelyCpp/react-native-youtube-iframe/issues/323

LonelyCpp avatar Jun 15 '24 14:06 LonelyCpp