次を使用してiosアプリから電話番号を呼び出そうとしています:メソッドが呼び出されますが、機能していません:
-(IBAction)callPhone:(id)sender {
NSString *phoneCallNum = [NSString stringWithFormat:@"tel://%@",listingPhoneNumber ];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:phoneCallNum]];
NSLog(@"phone btn touch %@", phoneCallNum);
}
NSLog
出力: phone btn touch tel://+39 0668806972