Titanium AudioPlayer access iOS remote controls -


i have audioplayer playing music url.

var streamer = ti.media.createaudioplayer({     url : '8..' }); 

and have fixed can play music in background ios. problem can´t access system buttons, example if lock iphone , press home button twice backward, pause/play , forward button , if iphone unlocked , press home button twice , swipe bottom bar right have system controls.

i saw comment in thread @ appcelerators q/a: check comment dustin hume http://developer.appcelerator.com/question/47291/background-audio-in-14

i did steps , able run audioplater not able use remote buttons. have checked api documentation , not this. have clue?

a year ago tried accomplish same thing. new titanium , app development in general found module on titaniums marketplace did thing.

https://marketplace.appcelerator.com/apps/5573?1192373639


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -