当iPhone震动达到一定阈值时如何拨打电话?
我正在制作一个应用程序,当手机震动达到特定阈值时,我需要在其中实现呼叫紧急医疗服务。 是否有可能捕获手机震动的阈值或程度并在发生时拨打电话? 一个要求是当我的应用程序未运行时这可以吗?
I am making an app in which i need to implement calling emergency medical services when mobile shakes with a particular threshold.
Is it possible to capture the threshold or the extent of phone shakes and making a call when it happens?
One requirement is can this is possible when my app is not running?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信iPhone不允许应用程序在后台运行。因此,第二个问题的答案是:不,当您的应用程序未运行时这是不可能的。
I believe that the iPhone does not allow applications to run in the background. So the answer to your second questions is: No, this is not possible when your app is not running.