mpnowplayinginfocenter Questions
3
In my application, playback is controlled from control center.
When playback is going on in AVPlayer(At this time playback controls are working fine from control center), I am loading a webview wi...
Orgeat asked 8/10, 2015 at 10:37
2
Solved
I have an iOS app that streams background audio using AVAudioSession. It is working correctly, but I am curious, is there any way to change the text on the lock screen audio controls? Right now it ...
Overexpose asked 6/7, 2011 at 17:33
2
My app plays streaming audio via AVPlayer, and uses MPNowPlayingInfoCenter to display info about the stream on the device lock screen.
This works fine when audio is actually playing, but if the st...
Squander asked 21/4, 2015 at 0:0
3
Solved
I'm currently trying to figure out how to specify the elapsed time in the MPNowPlayingInfoCenter, on iOS.
When I start playing, I set the elapsed time to 0 and the playback rate to 1. This works f...
Godin asked 5/12, 2013 at 16:30
3
I start -play with AVAudioPlayer, and then set the nowPlaying dictionary like this:
NSMutableDictionary *songInfo = [[NSMutableDictionary alloc] init];
MPMediaItemArtwork *albumArt = [[MP...
Orpha asked 14/9, 2013 at 10:26
2
Solved
I have my MPNowPlayingInfoCenter up and running but one problem remains.
regardless of my actual player state the MPNowPlayingInfoCenter is always "playing" and displays the pause button. When pres...
Naquin asked 10/5, 2014 at 15:58
1
I'm looking to get the current track playing on iOS whatever the app which is playing the track. I mean, for example, if I use SoundCloud or Spotify on my phone, the player on control center is the...
Chromosome asked 7/5, 2014 at 10:45
3
I am trying to get MPNowPlayingInfoCenter to work properly when pausing playback. (I have a streaming music app that uses AVPlayer for playback, and I am playing back in my Apple TV over Airplay.) ...
Manchu asked 1/8, 2012 at 3:58
1
Solved
Thanks for noticing this question. I want to do something about music recommendation, and what I am doing now is leveraging MPNowPlayingInfoCenter's nowPlayingInfo, like this:
NSDictionary *metaDa...
Deepfreeze asked 12/12, 2013 at 4:16
1
Solved
I created a music app that is wired up to MPNowPlayingInfoCenter. I have a bunch of methods that do various things (next, pause, etc). However, when I hit the next button in MPNowPlayingInfoCenter,...
Whiggism asked 7/1, 2014 at 21:13
2
Solved
I have implemented audio playback using AVPlayer, playing a remote mp3 url.
I want to display the information about the currently playing audio using the MPNowPlayingInfoCenter nowPlayingInfo meth...
Cubism asked 10/1, 2012 at 17:56
1
Solved
I'm making an app that streams music. I'm trying to display metadata (title, artist and artwork image) on the lock screen.
MPNowPlayingInfoCenter seems to work well with MediaPlayer.framework, but...
Rabat asked 18/12, 2013 at 17:49
1
Solved
I've implemented an audio player using AVAudioPlayer (not AVPlayer). I'm able to handle the remote control events with the following method. It works quite alright so far, however I see two more su...
Subastral asked 3/12, 2013 at 22:30
2
Solved
I am the author of a Cydia tweak called AirFloat. An app that implements the AirPlay audio protocol (previously known as AirTunes), making it possible to stream audio to your iOS device. AirFloat i...
Airliner asked 16/3, 2013 at 11:46
1
Solved
When you play a music, the music title is shown below the time in the lock screen.
I have also seen how TuneIn radio does that by showing the name of the currently playing radio station.
How do y...
Gladiate asked 5/12, 2011 at 15:2
3
Solved
I have mp3 files stored on the iPhone and I my application should to be able to read the ID3 information, i.e length in seconds, artist, etc.
Does anyone know how to do this or what library to use ...
Cargill asked 6/8, 2009 at 14:56
© 2022 - 2024 — McMap. All rights reserved.