如何确保其他人成功通话?

时间:2017-06-16 10:18:24

标签: ios objective-c swift network-programming telprompt

从应用程序中,我可以呼叫用户, 我的通话结束后,我需要执行功能

以下方法可帮助我从应用程序中调用用户。

NSString *phoneNumber = [@"telprompt://" stringByAppendingString:[[dictionaries objectAtIndex:indexPath.row] valueForKey:@"phone"]];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:phoneNumber]];

如何确保另一个人(呼叫接收者)成功接听我的电话?

您的反馈意见已经确定。

@Thanks in Advance!

0 个答案:

没有答案