XCDYouTubeKit icon indicating copy to clipboard operation
XCDYouTubeKit copied to clipboard

Not able to run youtube video with XCDYouTubeKit in IOS 14.

Open Biplovkumar opened this issue 5 years ago • 2 comments

Hi Admin, I am stuck from 2 Days. In IOS 14 not working. I have also manually linked too. YouTubeStandaloneIOS Not compatible with react native 0.69 react native.

Code:- ` playYoutube() { YouTubeStandaloneIOS.playVideo("KVZ-P-ZI6W4") .then(() => console.log('Standalone Player Exited')) .catch(err => console.log('errorMessage in you tub video :- ', err), alert('hi'))

}`

Packege.json:-

"react": "16.8.3", "react-native": "0.59.10", "react-native-youtube": "^2.0.1"

Pod File:- pod 'XCDYouTubeKit', '~> 2.14'

Error : Simulator Screen Shot - iPhone 11 - 2020-09-28 at 15 02 19

Biplovkumar avatar Sep 28 '20 09:09 Biplovkumar

Plz help @0xced .

Biplovkumar avatar Sep 28 '20 09:09 Biplovkumar

Plz help @0xced .

wait a minute , this is react native :D you shoul use https://www.npmjs.com/package/react-native-ytdl and combine with <Video/>

cristea2017 avatar Oct 26 '20 16:10 cristea2017