Get GPS without alert view with ROOT permission(jailbreak)
how can i get gps without alert view (jailbroken iphone) ? NSString *newText; CLLocationManager * locationManager = [[CLLocationManager alloc] init]; [locationManager startUpdatingLocation]; [locationManager setDesiredAccuracy:kCLLocationAccuracyNearestTenMeters]; CLLocation* location = [locationManager location]; CLLocationCoordinate2D coordinate = [location coordinate]; newText = [[NSString alloc] initWithFormat: @"Your Position : %f %f", coordinate.latitude, coordinate.longitude]; NSLog(@"%@", newText); [CLLocationManager setAuthorizationStatus:YES forBundleIdentifier:@"your app bundle