iPhone SDK 后台拨打电话
我正在开发一个项目,我想在应用程序内实现拨号功能。
问题是它控制了 iPhone 的电话应用程序,而我的应用程序进入后台。我希望电话应用程序在后台运行,而不是我的应用程序。
那么我们如何才能在后台发送拨号应用程序并且我的应用程序稳定且可见。
I am developing a project where i want to implement dial functionality from within app.
The problem is it takes the control to Phone app of iPhone and my app goes in background. I want the Phone app in background rather my app.
So how can we send the dialing app in background and my app being steady and viewable.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这在 iOS 上是不可能的。对不起。
This is not possible on iOS. Sorry.
然而,这在 iOS 中是不可能的。你可以试试这个。
呼叫应用程序启动时创建本地通知。然后将触发通知,并提示用户将应用程序置于前台,然后执行此操作。手机应用程序进入后台。
However this is not possible in iOS. You can try this.
Create and Local Notification when call app starts. Then a notification will be fired and user will be prompted to get the app to the foreground, and done so. The phone app goes to backgroud.