playbackResumesWhenEnteringForeground resumes all players when foreground
When playbackResumesWhenEnteringForeground is true.
Once application goes to background then foreground; UIApplicationWillEnterForeground is received, player doesn't check if it is visible or not, therefore it resumes all player instances.
same issue here
Is there any solution for this .?
it'd be nice if there was an isViewVisible before resuming
Is there any solution for this now?
Hi @piemonte are there any updates for this bug or any suggested fix?
Is there any solution for this now?
did you found any fix around?
i also set playbackResumesWhenBecameActive = false instead, it's useful