ios - record audio in background

Monte Goulding monte at sweattechnologies.com
Tue Sep 18 19:30:41 EDT 2012


I think until the threading changes in LC5.5.2 this would have been fairly experimental. Mainly if there was some script blocking operation going on when the app was suspended then iOS might have been unhappy. Now that those operations are on a separate thread it shouldn't be such a problem. Still if your app is in a wait without messages it won't get notified of the suspension until after the wait ends. There's also a time limit on execution unless you start a background task which at the moment you would need an external for.


On 19/09/2012, at 9:16 AM, Bob Sneidar wrote:

> Wha?? You can do that? Seriously? Seems RunRev should know this as it's a great way to add support for suspension. Maybe I misunderstand tho'.
> 
> 
> On Sep 18, 2012, at 3:58 PM, Monte Goulding wrote:
> 
>> Unless you fiddle with the plist ;-)
>> 
>> On 19/09/2012, at 8:15 AM, Bob Sneidar wrote:
>> 
>>> Not in LC. LC does not "suspend" an app the way that other apps do. It actually quits when you navigate away from your iOS app. 
>>> 
>>> Bob
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

--
M E R Goulding 
Software development services
Bespoke application development for vertical markets

mergExt - There's an external for that!




More information about the use-livecode mailing list