[问题] 有关geofencing的问题

楼主: chen0404 (没有暱称)   2014-05-07 00:43:03
我想double check当在ios7时, app在background或者not running状态是不会启动的?
也就是说系统不会帮你侦测你是否进入范围内,但在ios7.1是可以的?
第二个问题是当app不再background时,根据文件系统会帮你侦测,如果进入区域系统会
帮你唤醒(wake up or relaunch in the background)
我想问的是系统唤醒的意思是他会delegate didFinishLaunchingWithOptions吗?
假设是的话我是不是只要在重新alloc一遍CLLocationManager?
ex. if (launchOptions[UIApplicationLaunchOptionsLocationKey]) {
[self.locationManager startUpdatingLocation];
}
参考文件:http://ppt.cc/OeQ~ Using Regions to Monitor Boundary Crossings
谢谢大大

Links booklink

Contact Us: admin [ a t ] ucptt.com