capture an “incoming call”

http://stackoverflow.com/questions/7765691/how-do-i-capture-an-incoming-call-instead-of-being-booted-to-the-background

The framwork has no (public) hooks for phone calls because they don't want apps to interfere with the behavior of iOS.

 

http://stackoverflow.com/questions/3573859/create-a-mobile-app-that-listens-to-incoming-phone-call-events

On the iPhone, there's nothing you can do to "catch" or even register incoming calls. The only thing you could do is create an app that protocols the time at which it has been sent to the background or became inactive, because you'r appdelegate will be notified - but that will happen on many occasions, not only when a phone call is received. It won't work while the app is in the background (on multitasking enabled devices) alltogether. So, an app like this would be totally useless...

Sorry, no help there!

posted @ 2012-06-28 11:55  Season2009  阅读(167)  评论(0编辑  收藏  举报