Is it possible to set UIBackgroundModes in plist?

I’ve tried to enable it like:

settings =
{
iphone =
{
UIBackgroundModes = “location”
}
}

and

settings =
{
iphone =
{
UIBackgroundModes = { “location” }
}
}

But it doesn’t appear to take hold when built for the phone… Any idea what I might be doing wrong? Have I ran into an edge case? [import]uid: 4899 topic_id: 1822 reply_id: 301822[/import]

Currently Corona doesn’t support background modes. This is on our features list.

-Tom [import]uid: 7559 topic_id: 1822 reply_id: 6215[/import]