This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Description
Hey there,
I've build in the PersistentStreamPlayer and works as expected!
However, I'm facing some issues when the iPhone locked, or when unlocking the iPhone. When unlocking the Screen, the player starts playing.
I'm using the AppDelegate class to stop the player right away, but it's still playing for about 0.5 seconds.
Another case is when starting the player, stopping it, locking the screen & then activating the screen (Not unlocking). The player starts playing then.
The second case is only in iOS 13, the first case even in lower versions.
Any ideas on how I can fix this? Do you need some more infos?