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]