SDKBOX Youtube onPlayEnds Callback is not being called

Hi!

Currently I’m struggling not receiving onPlayEnds call from YoutubeListener.
The environment and soft versions:

  1. Youtube video is displayed well but in the end I don’t receive onPlayEnds(bool success) Call;
  2. Currently testing on iOS;
  3. SDKBOX v1.0.0.18;
  4. SDKBOX Youtube v2.3.2.0;
  5. C++;

The setup:

  1. AppDelegate -> sdkbox::PluginYoutube::init();
  2. MyClass implements public sdkbox::YoutubeListener
  3. MyClass -> sdkbox::PluginYoutube::setListener(this);

Please advice,
Thanks.

We just manage to reproduce it, will fix it ASAP and let you know.

1 Like

Looking forward for a fix. Thank you very much.

Any updates on this?

We’re still working on this, we’ll send you update once we fixes it.

Oh dear… I have just hit this one as well… any update? anything I can do. Need to go live soon…works on iOS but not Android.

I just want to update on this and say it does work. The difference is that instead of the video playing full screen with a cross to close in the top corner you get a YouTube layer over the centre of the screen and can only close it using the android back button.