Anybody else having issues with iOS 9 and their apps? I have the developer preview and I’ve noticed a small annoyance. My app plays music and it seems that the process will be terminated in the background after about two minutes and will kill the audio.
you need to create background Task for it. When your song finish then create new background task and kill the old one. and play the next song.
Also, iOS9 isn’t even officially out yet, so there are probably some things on cordova’s end that need to get worked out.
I’d also probably wait until its closer to the GM to see if it’s an issue on Apple’s end.
I am having my app crash, though I haven’t had time to look into it. It is something happening around local notifications, maybe sound also. It’s been a while since I’ve looked at how that part of my app runs haha.
I’m interested to see if anyone else in the future can provide andy cordova plugin breaks. Other than that, my app runs great! (Also iOS 9 is a lot of fun! Haha)
how do you do this? is it with a cordova plugin?
Likely. Do you want it to work like this ?