Or, for location:

<key>UIBackgroundModes</key> 
        <array> 
               <string>location</string> 
         </array> 


Gerry


On 11 Feb 2014, at 10:49 am, Gerry Orkin <gerry.or...@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>
> 

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to