[問題] 有關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