Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/iphone/35.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在通话结束时启动我的iPhone应用程序_Iphone_Objective C_Core Telephony - Fatal编程技术网

在通话结束时启动我的iPhone应用程序

在通话结束时启动我的iPhone应用程序,iphone,objective-c,core-telephony,Iphone,Objective C,Core Telephony,我想开发一个应用程序,记录通话时间等。。当通话结束时。那么,当用户结束通话时,是否可以启动我的应用程序 应用程序当前未运行,然后重试 User Finishes his Call ---> My app should open up the moment he finishes his call giving me the details about call duration etc.. and then i ask for some comments on that page and

我想开发一个应用程序,记录通话时间等。。当通话结束时。那么,当用户结束通话时,是否可以启动我的应用程序

应用程序当前未运行,然后重试

User Finishes his Call ---> My app should open up the moment he finishes his call giving me the details about call duration etc.. and then i ask for some comments on that page and exit the app.
我已经在Android和黑莓上开发了这样的应用程序


附言:即使它能在越狱的iPhone上运行,对我来说也足够好了

在普通的iPhone上没有办法做到这一点。苹果的API根本不允许你干扰电话


但不确定越狱手机的情况。理论上,你可以做任何事情,这取决于你愿意花多少时间在上面。祝你好运。

嘿,我是iPhone开发人员的新手。所以我在CoreTephonery中找到了这个CTCall对象,它为我提供了有关当前通话状态的信息。。因此,当它变得“断开连接”时,是否可以基于此事件启动我的应用程序?谢谢