I would like to use region monitoring in iOS , for location based alerts/calculations.

I'm worried that it would drain the battery. I searched for it on the iOS reference , and couldn't find any evidence for it.

Is that service available at all times , regardless of the region monitoring (i.e. scanned every minute or so...) or should I use the "significant location change" API instead ?

update : so , battery usage isn't dramatic. Its pretty good actually. would like to receive some advice regarding switching between the modes (region/standard).

link|improve this question

1  
Go to settings -> developer -> power logging and switch the switch. Then let your app run with region monitoring and check later in Instruments what impact it had on your battery. But my guess is that it uses the GSM/3G cell tower handovers to get the region changes and this runs the whole time anyway. – JustSid Jun 6 '11 at 14:02
Hi. Actually , that's a good idea, but... I dont really have track of battery drain while driving,moving between cell towers etc. , that's why I asked here. Thanks anyway.. – Lou Weed Jun 6 '11 at 14:11
1  
Yes, thats what this option is for. The iPhone will track what exactly uses the battery and at the end of the day (or so), you can attach it to Instruments and view the data. – JustSid Jun 6 '11 at 14:14
Great, thank you. – Lou Weed Jun 6 '11 at 14:28
feedback

1 Answer

up vote 1 down vote accepted

After checking for almost 2 weeks , I can tell that region monitoring does not significantly drain the battery.
As a matter of fact , it will be an active service in iOS 5 for sure , as the built-in reminders app will use region monitoring 24/7.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.