Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lock screen player's seek bar issue in iOS 7

If I play music through iPhone's native music player in iOS 7 and access it on lock screen then I can drag the player's seek bar i.e user can interact with it.

Screenshot :

enter image description here

But if I play music from my app which supports background audio play then the player's seek bar user interaction is disabled on lock screen. I am unable to move it.

Screenshot :

enter image description here

I searched apple's documentation but didn't find anything related to this.

My question is, does iOS allow 3rd party apps to interact with player's seek bar on lock screen like native music app or do I have to add some setting for it in my code ?

like image 850
iVipS Avatar asked Nov 20 '13 06:11

iVipS


People also ask

Why does music pop up on my lock screen?

Solution 4: Quitting the app from the App switcher This error – the music app pops up on the lock screen when not playing happens because you didn't close it properly. You have to quit the app completely if you don't want the music app appearing on the locked screen.


1 Answers

I had the same problem. but as per my findings ,iOS does not allow third party apps to interact with lock screen seek bar. Though, there is no official information about it.

like image 166
Atul Avatar answered Oct 20 '22 22:10

Atul