You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XCDYouTubeKit is against the YouTube Terms of Service. The only official way of playing a YouTube video inside an app is with a web view and the iframe player API. Unfortunately, this is very slow and quite ugly, so I wrote this player to give users a better viewing experience.
Because this plugin uses the official Youtube player module on android (com.google.android.youtube.player.YouTubePlayer) I had assumed something similar was the case on iOS, and used this plugin with this in mind, however about a week ago, playback broke for many videos (see issue 0xced/XCDYouTubeKit#419). Because it is not an officially supported player, this results in both terms of service violation and instability, risks, etc (when you have a live iOS app and it stops working, you can't just push a quick update - it needs to be approved by apple/etc).
While there isn't much that can be done about it, at least a warning should be shown in the README.
The text was updated successfully, but these errors were encountered:
This plugin uses https://github.com/0xced/XCDYouTubeKit on iOS, which contains the following warning in its readme:
Because this plugin uses the official Youtube player module on android (
com.google.android.youtube.player.YouTubePlayer
) I had assumed something similar was the case on iOS, and used this plugin with this in mind, however about a week ago, playback broke for many videos (see issue 0xced/XCDYouTubeKit#419). Because it is not an officially supported player, this results in both terms of service violation and instability, risks, etc (when you have a live iOS app and it stops working, you can't just push a quick update - it needs to be approved by apple/etc).While there isn't much that can be done about it, at least a warning should be shown in the README.
The text was updated successfully, but these errors were encountered: