davidohayon669/react-native-youtube

Video is not playing in iOS if I do not have YouTube installed

padmapriya-sriyan opened this issue · 0 comments

I am using this library to play unlisted videos in my iOS app.

During testing in some of the iPhones, if the Youtube app is not installed or if there is no google sign in on the device,
the videos are not played inside my app, instead it provides a link and prompts the user to watch it on the browser or in the YouTube app.

  1. Do we need Youtube or any google apps to be installed in the user's iOS devices to play YouTube videos within the app ?

I do not prefer to use the Webview, as it shows other Video suggestions at the end.

did anyone face similar issues while using this library in iOS and do you have any suggestions?