Skip to main content
Inspiring
February 12, 2015
Question

Native Application Background Audio Wierdness

  • February 12, 2015
  • 1 reply
  • 275 views

Hello all,

    I have and Audio player app that works fine in the background. But if it is not in use and you play iTunes or some other audio app for an extended period of time, the app will not run when refocuses. The sound gets loaded but not played back. I have a elapsed time function that shows the running time of the audio. When the app glitches it started to go twice as fast as normal but no audio.

I would really appreciate anyone's input.... I am sort of stuck.

Thanks

Craig

This topic has been closed for replies.

1 reply

Inspiring
February 14, 2015

So, strangely, if I omit NativieApplication.nativeapplication.executeInBackground = true in my application but still add the XML UIBackground Mode description, my application will play in the background as normal, but instead of the bug happening it will just quit. Does that sound right?