NSURL *url = [NSURL URLWithString:@"facetime://+123456789"];
[[UIApplication sharedApplication] openURL:url];在上面的代码"123456789“中,内置的iPhone是没有还是我们自己的电话号码?
谢谢,Vadivel
发布于 2011-03-04 21:17:14
这是你要打的电话号码。
https://stackoverflow.com/questions/5194047
复制相似问题