Top "Mpnowplayinginfocenter" questions

This class displays song information, such as the title, the author, and the album cover, on the lock screen and in the multitasking bar.

Is there a public way to force MPNowPlayingInfoCenter to show podcast controls?

I would like Control Center (via MPNowPlayingInfoCenter) to show the forward 15 seconds / back 15 seconds controls that Apple shows with podcasts, …

ios audio ios7 mpnowplayinginfocenter control-center
MPNowPlayingInfoCenter not reacting properly when pausing playback

I am trying to get MPNowPlayingInfoCenter to work properly when pausing playback. (I have a streaming music app that uses …

ios avplayer airplay mpnowplayinginfocenter
Change lock screen background audio controls text?

I have an iOS app that streams background audio using AVAudioSession. It is working correctly, but I am curious, is …

ios objective-c swift avaudiosession mpnowplayinginfocenter
MPNowPlayingInfoCenter nowPlayingInfo not updating at end of track

I have a method that changes the audio track played by my app's AVPlayer and also sets MPNowPlayingInfoCenter.defaultCenter().nowPlayingInfo …

ios swift mpnowplayinginfocenter
MPNowPlayingInfoCenter doesn't update any information when after assigning to nowPlayingInfo

I'm making an iOS app using Swift 3 in which displaying information about the currently playing item on the lock screen …

ios swift swift3 mpnowplayinginfocenter
MPMediaItemArtwork init(image:) deprecated in iOS 10.0

Apple has deprecated init(image:) method in MPMediaItemArtwork in iOS 10. What is the new alternative. the class shows interface shows …

ios swift ios10 mpnowplayinginfocenter