2011-09-16 54 views
0

我正在使用一個重要的位置,但顯示更新後長距離。任何線索請分享。iphone:重要的位置更新沒有找到

didfinishlaunching我開始重大變化,然後存儲從didupdatelocation代表方法locationmanager;

id locationValue = [launchOptions objectForKey:UIApplicationLaunchOptionsLocationKey]; 
    if(locationValue) 
    {NSLog(@"location value is%@",locationValue); 
    // create a new manager and start checking for sig changes 
    m_locManager = [[CLLocationManager alloc] init] 
    m_locManager.delegate = self; 
    [m_locManager startMonitoringSignificantLocationChanges]; 
    //[m_locManager startUpdatingLocation]; 
    [self.window addSubview:tabBarController.view]; 
    [self.window makeKeyAndVisible]; 
     [self showSplash]; 
    return YES; 

回答

0

我不知道你的問題是什麼,但是當你使用startMonitoringSignificantLocationChanges當您切換手機信號塔,你只會得到回調,我會告訴你一些關於startMonitoringSignificantLocationChanges

。因此,爲了測試它的工作情況,您需要開車或使用調試器提供的位置更改內容。