Ryo Ishikawa

Results 15 comments of Ryo Ishikawa

Have the same issue on Xcode11. but I tried creating a new project and using same Podfile, it'll be generated a framework correctly. 🤔

On my local code works fine, So it looks like a credential issue. Can you check your API key settings on your GCP project, especially API key restriction and bundle...

@lehelmedves Thank you for your report. I think this is a bug on YoutubeKit, So i'll check and fix it on next release.

@QaiserAbbas `.id()` is playlist item ID, so you should use `.playlistID()`. https://developers.google.com/youtube/v3/docs/playlistItems/list?hl=en

> thumbnails models will be nil using privete video etc... @smapira i see. I tested on my private playlist and it'll return 404. Are you use limited access playlist? Anyway,...

Yes, I'm planning to support Swift 4.2 in the next release. > other platforms Can you please tell me about this more details?

Sorry, I forgot that was already supported at the latest version. Do you have any problem on swift 4.2? ref: https://github.com/rinov/YoutubeKit/releases/tag/0.3.0

The issue of the YouTube embedded player not showing the progress bar and current video time when in 'inline play' mode is due to YouTube's specifications. To resolve this, you...

This issue seems to be occurring because self.id is empty when the configurePlayer() method is called. The self.id is set in the bind(video: Video) method, but this happens after the...