Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm developing ALARM app and want to play online radio on alarm (for an example at 5:00pm) (sure when app in background mode). How can I do it ?

I know one app - TuneIn radio - in this app it works fine! But they show interesting alert "Please do not disable GPS Location". I've try just locate position in background - it "eat" battery a lot. Is it possible to use another way ?

Thanks,

share|improve this question

1 Answer

You can do it with the help of Local push notification

http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction/Introduction.html

share|improve this answer
Sure. But localpush can not play live-stream audio.. There is problem here... – Sergey Kopanev Sep 28 '12 at 11:31

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.