Is there any way that I can develop an application that is running in the background that will detect when a call is being made, start a timer and then alert me at any set time, say before 5 minutes?.
I used to do a lot of iPhone programming but I haven’t done any in 6 months. Is there any way to do this now?. Can anyone point me in the right direction?. Thank you.
Look at the documentation for
callEventHandlerin CoreTelephony. It’s not exactly what you want, but read the discussion carefully. You’ll be able to use this to do what you want in some cases. If your app is available for full blown background multitasking, then using it might even be reliable.