Click here to Skip to main content
15,884,237 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Is there a way to detect if a call is being recieved while an app is running?

C#
// Constructor
public MainPage()
{
   InitializeComponent();
}
Posted
Updated 20-May-12 6:41am
v2
Comments
Ed Nutting 20-May-12 13:41pm    
Try searching Google. The answer is 1) almost certainly yes and 2) almost certainly on the internet somewhere.

Ed

1 solution

Personally I haven't done any coding with iPhone. You just spotted my name, because I modified your question to more readable format :).

Also note that if you add solutions to your question, no-one else but you gets notified.

I hope that someone with knowledge about iPhone answers this question, but in the meantime I did a little bit research about this question and the closest I got was this: http://stackoverflow.com/questions/6557902/incoming-call-wakes-ios-background-app[^].

Perhaps it would help you further!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900