If Wifi is turned off, can I use Locale as an alternative to CoreLocation?

Posted by Moshe on Stack Overflow See other posts from Stack Overflow or by Moshe
Published on 2010-04-02T03:01:11Z Indexed on 2010/04/02 3:03 UTC
Read the original article Hit count: 373

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?

© Stack Overflow or respective owner

Related posts about corelocation

Related posts about iphone-sdk