audio_service
audio_service copied to clipboard
Hide control buttons in IOS lockscreen
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.
iOS doesn't support that https://apple.stackexchange.com/a/176543/387999
Maybe try adding audio
to UIBackgroundModes
in your Info.plist
file but without actually using audio_service.