[TIMOB-12569] iOS : Request to enable audioplayer object to listen to remote audio controls ( when screen is locked or app goes background )
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Low |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Anirudh Nagesh |
| Assignee | Unknown |
| Created | 2013-02-04T21:34:44.000+0000 |
| Updated | 2018-02-28T20:03:21.000+0000 |
Description
Remote audio controls ( when screen is locked or app goes to background ) work as expected with createSound object but not with createAudioPlayer API ( audio player object ). I have discussed this with iOS team and confirmed that its not been implemented in AudioPlayer.
The implementation can be found here. https://github.com/appcelerator/titanium_mobile/pull/86
+1 this is pretty much an essential feature for any app that wants to be successful and have background audio. And the code is already basically written.