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

Music does not always transition into background playing #446

Open ehy12345 opened 2 years ago

ehy12345 commented 2 years ago

We use this library in a music player app and it does not reliably go into the background. This is the case on iOS 15 but also happened on iOS 14. When it is working well, there is a pause before the music is backgrounded but sometimes, and unpredictably, it will pause rather than keep playing. It may have to do with some conflict with other audio playing apps but we are not able to reliably repro the issue.

Does anyone have experience with this issue?