youtube / youtube-ios-player-helper

Lightweight helper library that allows iOS developers to add inline playback of YouTube videos through a WebView
Other
1.64k stars 680 forks source link

Playlist reproduction not working on versions under iOS 14 #426

Closed AlbertoGuerreroMartin closed 3 years ago

AlbertoGuerreroMartin commented 3 years ago

We are using the pod (latest release 1.0.3) for embedding a Youtube playlist in out app, and we have found that on versions under iOS 14, when play button is tapped, a load spinner is displayed, but the video is never played. It takes lots of second for displaying the native video player (sometimes it never gets displayed), but although sometimes its finally shown, video playback never starts. On iOS 14 it works perfectly, both in simulator and physical device.

We have tested and found this bug in:

I've attached a video file reproducing the issue. Any comments on this would be really appreciated.

https://user-images.githubusercontent.com/5872411/109177454-1bc3b380-7788-11eb-9636-698d2fce9f9b.mov

It seems to be also happening with single videos, not only with playlists.

AlbertoGuerreroMartin commented 3 years ago

UPDATE: We have just tested with the sample project included in the repo, and the same issue appears when testing on versions under iOS 14

AlbertoGuerreroMartin commented 3 years ago

The issue can be closed, we have continue testing an it was an error from our side, sorry for the inconvenience