haxenme / nme

A cross-platform native backend for Haxe projects
MIT License
479 stars 122 forks source link

iphone app allow background music to continue to play #713

Closed codeservice closed 1 year ago

codeservice commented 2 years 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.

PaulGene commented 1 year ago

This missing #import <AVFoundation/AVFoundation.h>

Once this is added I can confirm it's working great.