Closed codeservice closed 1 year ago
Issue description: https://stackoverflow.com/questions/14122363/iphone-app-allow-background-music-to-continue-to-play
On older ios nme app can cancel background music when you open it, on new ios it will stop music when you close app.
This missing #import <AVFoundation/AVFoundation.h>
Once this is added I can confirm it's working great.
Issue description: https://stackoverflow.com/questions/14122363/iphone-app-allow-background-music-to-continue-to-play
On older ios nme app can cancel background music when you open it, on new ios it will stop music when you close app.