新しいiOS6Planアプリケーションを起動するにはどうすればよいですか?
以前のiOSで私は使用します:
UIApplication *app = [UIApplication sharedApplication];
[app openURL:[NSURL URLWithString:[NSString stringWithFormat:@"http://maps.google.com/maps?ll=%f,%f",self.mapView.userLocation.coordinate.latitude,self.mapView.userLocation.coordinate.longitude]]];
誰かがアイデアを持っていますか?