new way closing a stack in IOS 7
Gerry Orkin
gerry.orkin at gmail.com
Mon Feb 10 19:09:01 EST 2014
Or, for location:
<key>UIBackgroundModes</key>
<array>
<string>location</string>
</array>
Gerry
On 11 Feb 2014, at 10:49 am, Gerry Orkin <gerry.orkin at gmail.com> wrote:
> BTW if you need the app to keep playing sound (or tracking location etc) you'll also need to add:
>
> <key>UIBackgroundModes</key>
> <array>
> <string>audio</string>
> </array>
>
More information about the use-livecode
mailing list