Phone 以编程方式调用 iOS 10.3.1
Phone call programmatically iOS 10.3.1
如何触发确认提示中的呼叫按钮?
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel:xxxxxxxxxxx"]];
你不能。
这将违反 App Store 审核指南,clearly state修改出于安全原因添加的提示的行为违反审核规则。
如何触发确认提示中的呼叫按钮?
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel:xxxxxxxxxxx"]];
你不能。
这将违反 App Store 审核指南,clearly state修改出于安全原因添加的提示的行为违反审核规则。