When I start my libgdx/moe app (and any other moe app) all background audio streams will turned off. How can I prevent this?
Sorry I was wrong. It is only a libgdx issue. I had to insert
config.allowIpod = true;
in IOSMoeLaucher.
When I start my libgdx/moe app (and any other moe app) all background audio streams will turned off. How can I prevent this?
Sorry I was wrong. It is only a libgdx issue. I had to insert
config.allowIpod = true;
in IOSMoeLaucher.