Apple 支持电话 session 吗?我进行了很多搜索,但没有找到任何可以指导我或帮助我从我的 iPhone 应用程序进行电话 session 的教程或链接。
Best Answer-推荐答案 strong>
Not possible. An app can place a call to a single phone number, via
the -openURL: method on UIApplication , but once it does that, it
goes into the background and the Phone app takes over.
请参阅:answer
关于iphone - 来自 iPhone sdk 的电话 session ,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/7876222/
|