Hey there,
I'm having following problem:
In my app I use the AVAudioPlayer to play mp3 files. It also supports iOS 4 Background playback.
But when the user is opening an other application and the devices receives a memory warning, the audioplayer stops (and is beeing released).
How can I fix this ?
Btw. i havn't alot knowledge about memory managment in iphone applications.
Thanks in advance for your answers!