iPhone 电话呼叫检测软件
有人知道 www.mrnumber.com 在 iPhone 上如何运作吗?据我所知,在iPhone中,我们无法检测来电,因为
- (void)applicationWillResignActive:(UIApplication *)application
在启动任何其他iPhone进程时都会执行以下代码。我如何知道这个其他进程是来电?
Has anyone any idea about how www.mrnumber.com works for iPhone? As far as I know, in iPhone, we can not detect an incoming phone call because the following code
- (void)applicationWillResignActive:(UIApplication *)application
will execute in case of launch of any other iPhone process. How do I get to know that this other process was an incoming phone call?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它在 iPhone 上的工作方式与在 Android 上的工作方式不同
所有 iPhone 版本的 doe 都是 -
当电话打来时,你就死定了,你对此无能为力。
It is not working on the iphone the same as on the android
All the iPhone version doe's is -
When a call is coming your are dead, and there is nothing you can do about it.