If Wifi is turned off, can I use Locale as an alternative to CoreLocation?
- by Moshe
I am working on an app in which local sunset is important. I am thinking of using CoreLocation for iPhone and iPod touch and then using Locale as a fallback when wifi is turned off. Is this a proper approach? Is there something I am missing or should know?