识别出该用户呼叫某人

发布于 2024-09-27 11:23:33 字数 52 浏览 4 评论 0原文

如何识别用户从代码中呼叫某人?(意味着我有一个应用程序并且想要在用户呼叫某人时执行某操作)

how to regognize that user call somebody from code?(means i have an app and want to do sth when user call somebody)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

握住我的手 2024-10-04 11:23:33

恐怕你不能这样做,首先,当他们打电话给某人时,你的应用程序将不会运行,其次,你无法从 SDK 访问电话功能。可能可以通过越狱手机上的后台进程来实现。

You can't do that I'm afraid, firstly your app won't be running when they are calling someone and secondly you can't access the phone functions from the SDK. Might be possible with a background process on a jail broken phone.

偏爱自由 2024-10-04 11:23:33

这是不可能的,无论是通过代码还是通过通知。你无法采取任何措施来阻止这种情况,当有电话打进来时,你的应用程序就会暂停,就像你在 iOS 4 中按下 Home 键一样,如果它已被编程为这样做,它就会执行多任务操作。查看多任务处理的 UIApplication 实现并在那里完成您的工作。

This is not possible, not through code nor through notifications. You can't do anything to stop this, when a phonecall comes in, your application gets suspended, like as if you'd press home in iOS 4 and it will multitask if it has been programed to do so. Have a look at the UIApplication implementations for multitasking and do your work there.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文