ios - AVAudioSession disable Background Audio at runtime -


i using ios background capabilities

<key>uibackgroundmodes</key> <array>     <string>audio</string> </array> 

i want users able change value @ runtime. possible change value @ runtime or need add logic stop audio in applicationdidenterbackground method?

the settings describing left aside app , cannot changed @ runtime. correct way add logic describe.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -