Hello @SvenTiigi,
Sorry for the very late comment, but I wanted to point out that the changes introduced in v1.8.0 of #YouTubePlayerKit were actually breaking — especially the refactor from Double to Measurement.
The function signatures were changed without keeping the previous versions (even as deprecated), which caused some unexpected issues during the update — particularly because the release appears minor, but in practice, it isn’t.
#swift

To all #iOS #dev who follow me :

I’m trying to snapshot a #WKWebView (used to display a YT player with #YoutubePlayerKit by @SvenTiigi).
It works well on simulator but it never works on real device (where I always get black image)!
I wonder if one of you have ever tried something equivalent, if you had problem too and if you have a solution ?

#Swift