I'm planning to create an application that plays the ipod Music Library, then the app sets a NSTimer that will stop the ipod Music player on a certain time. My question does my timer will still run when I entered the background mode. Is it possible to stop the ipod Music player on background Mode?

Thanks

link|improve this question

57% accept rate
feedback

1 Answer

[timer invalidate]

use this in your code.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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