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
Post a Comment