ryanheise / audio_service

Flutter plugin to play audio in the background while the screen is off.
793 stars 472 forks source link

Hide control buttons in IOS lockscreen #897

Open htunhtun-lin opened 2 years ago

htunhtun-lin commented 2 years ago

Feature proposal

I would like to hide all the control button showing in IOS lock screen when audio is playing in background. What I can do right now is only disable them but not hide.

Motivating use case(s)

Playing audio in background for Meditation App.

nt4f04uNd commented 2 years ago

iOS doesn't support that https://apple.stackexchange.com/a/176543/387999

ryanheise commented 2 years ago

Maybe try adding audio to UIBackgroundModes in your Info.plist file but without actually using audio_service.