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

时间:2011-11-03 13:21:14

标签: iphone objective-c core-telephony

我想开发一个记录呼叫持续时间等的应用程序。当呼叫结束时。因此,当用户完成通话时,可以启动我的应用程序。

App当前未运行,然后

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,Blackberry中创建了这样的应用程序。

P.S:即使它适用于已越狱的iPhone,对我来说也足够了。

1 个答案:

答案 0 :(得分:1)

在常规iPhone上无法做到这一点。 Apple的API根本不允许您干扰电话。

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