NSString * StrPhoneNo = @“(21)2197-78797”;
[[UIApplication sharedApplication] openURL:
[NSURL URLWithString:[NSString stringWithFormat:@"tel:%@", StrPhoneNo]];
这不起作用?
答案 0 :(得分:0)
电话号码对我来说不正确。我不知道你在哪里,但我想你需要在电话号码前加0或1。或者,如果是国际号码,请在国家/地区代码前添加“+”。
答案 1 :(得分:0)
在我的代码中,我称之为“+353876543210”,它运行正常。所以我猜电话号码格式错误。