从应用程序中,我可以呼叫用户, 我的通话结束后,我需要执行功能
以下方法可帮助我从应用程序中调用用户。
NSString *phoneNumber = [@"telprompt://" stringByAppendingString:[[dictionaries objectAtIndex:indexPath.row] valueForKey:@"phone"]];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:phoneNumber]];
如何确保另一个人(呼叫接收者)成功接听我的电话?
您的反馈意见已经确定。
@Thanks in Advance!