iOS
iOS copied to clipboard
Media Player Doesn't Wipe after Close Tabs and Clear Data
- Play media
- Hit Close Tabs and Clear Data
- Observe Now Playing data still visible in the Control Center
Desired behavior should be to show "Not Playing" in Control Center instead of exposing media metadata from a session that's already been cleared.
This should be achievable by simply assigning nil to now playing, somewhat like the following:
let commandCenter = MPRemoteCommandCenter.shared()
commandCenter.nowPlayingInfo = nil