I would like a local notification to be fired when a call is received (and to show an alert) - is this possible? Can a call event get an app to launch or a notification to be fired?
How is skype fired? With push notifications?
Thanks
|
I would like a local notification to be fired when a call is received (and to show an alert) - is this possible? Can a call event get an app to launch or a notification to be fired? How is skype fired? With push notifications? Thanks
| |||
feedback
|
|
If your application is running while a call is in place check out the CoreTelephony Framework. The
Edit: The | ||||
|
feedback
|
|
Your application delegate will receive calls to various UIApplicationDelegate protocol methods when various events happen. One of these is the See the UIApplicationDelegate protocol reference for more information. | |||||||
feedback
|
|
And, to answer the part of your question nobody's touched yet, Skype is using backgrounding methods specifically meant to keep an app alive in the background to receive VOIP calls. A little bit of it is actually running, waiting to be called. Unless you claim to be a backgrounding app for VOIP or audio purposes, you can't do that--and if you DO claim that, you better be DOING it, or you'll never hit the app store. | |||
|
feedback
|
|
The best you can do is hook the | |||
|
feedback
|