iPhone 应用程序进行语音通话
我正在尝试制作一个 iPhone 应用程序。在其中,我想添加一个模块来使用此应用程序进行语音通话(msisdn 是我们的输入)。这可能吗?如果是这样,那么 iPod Touch 会产生什么结果?
有人知道如何通知 iPhone 中的推送注册表吗?我在一些网站上看到它在 iPhone 上可用。
I'm trying to make an iPhone application. In it, I want to add a module to make voice call using this application (msisdn is our input). Is this possible? If so, what is the result in iPod Touch?
Any body know how to notify push registry in iPhone? I can see in some site it is available in iPhone.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您是否正在尝试替换拨号器应用程序,或者只是调用它?在官方手机上,拨号器无法更换或让其他应用程序提供该功能。
Are you trying to replace the dialer application, or simply invoke it? On official phones, the dialer cannot be replaced or have another application provide that functionality.
[[UIApplication shareApplication] openURL:[NSURL URLWithString:@"tel:1234---"]];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel:1234---"]];
从 iPhone 生成电话、短信等
Generate a call, sms, etc from iphone
你应该看一下 Siphon 项目:
http://code.google.com/p/siphon/
You should take a look at the Siphon project:
http://code.google.com/p/siphon/