2

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

下面的方法帮助我从应用程序中调用用户。

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

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

非常感谢您的反馈。

@提前致谢!

4

0 回答 0