Ios6 如何使用iOS 6启动Plan应用程序

Ios6 如何使用iOS 6启动Plan应用程序,ios6,Ios6,如何启动新的iOS 6计划应用程序 对于以前的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.us

如何启动新的iOS 6计划应用程序

对于以前的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]]];

有人有主意吗?

我想你指的是地图应用程序。您应该将maps.google.com部分更改为maps.apple.com