We have a problem with a new app in development using Corona. We use location services and on iOS 6 it appears the pausesLocationUpdatesAutomatically is being set on build to YES by default which means when the app is in the background the location services will disable after a certain amount of time (about 20 minutes).
Taken from here http://stackoverflow.com/questions/12522004/ios-6-and-location-services-not-working
We have tried a several things to keep the background services running but being the app works fine in IOS 5, I image we need to be able to control that flag on build to require the app in the background to not put the GPS or location services to sleep.
Can we get a fix for this asap?
Thanks. [import]uid: 9046 topic_id: 32781 reply_id: 332781[/import]