That will keep the app alive (until the OS needs the memory for something
else). The replacement keys I posted enable background audio and location
services which need to be enabled in that way to prevent the app from being
killed.
g
> On 26 Sep 2015, at 12:40 AM, Ralph DiMola wrote:
>
> Al
Jacque
Replace this:
UIApplicationExitsOnSuspend
${APPLICATION_EXITS_ON_SUSPEND}
With this:
UIBackgroundModes
audio
in the Settings.plist files at:
/Applications/LiveCode .app/Contents/Tools/Runtime/iOS/
As noted you h
I wrote a (personal) podcast app for iOS and faced some of the same issues you
do.
> The sound stops when the device sleeps. I see we can set the idle timer but
> that prevents sleeping entirely (and I'm not sure how persistent it is.) How
> would I keep the sound on during sleep?
Have you ap