iPhone App Developement: deactivating incoming calls? - iphone

Hey guys,
is it possible to trigger the "airplane-mode" or deactivate all incoming calls within/inside an iPhone app?

The answer is no because Apple currently-provided SDK does not have published methods for doing this.

Related

How to record a Phone Call in iphone in locally?

Hi i am new to iOS development, i want to develop a one app for recording call conversations,for that i searched it. The result is "This is not accepted by the apple store." But my app for enterprises app. So please tell me,if there is any other alternative way for this.
Thanks in Advance.
You will not be able to access the audio nor the microphone from the calls. The reason is because of the architecture of iOS. The microphone and speaker is owned by the app which is using it at that time, so no apps made by developers can accomplish what you are suggesting. (certainly Apple can override this sandbox feature).
Try Android.

Is it possible for me to control the iPhone calls?

I'm developing a call program in a iOS application. This is intended for personal use, not for the App store. I would like to control iPhone app to call someone, receive calls and disconect calls whenever I need. Is it possible for me to control iPhone calls? If it's possible, what api can I use? please name some, thank you very much!
No, this is not possible via the iOS SDK.
(I don't know if there are any solutions for jailbroken devices.)

Missed Call Alert

I wish to implement sending pre-defined sms templates to missed call numbers automatically on iPhone. How can I do this?
There is no support for this in the official SDK.
Any apps that do this will not be accepted into the App Store.
Your only option would be to jailbreak the phone and do it there.

Call from a iOS application

Is it possible i can make a conference call from my ios application, CTCallcenter is able to do that or some other way, guide me, Thanks !
Pls check how to programaticaly start conference call on iPhone

Reminder feature in iPhone Native Application

In my native iPhone Application, I have a requirement to add a reminder to the user's iPhone Device.
Is it possible to implement this feature using current iPhone SDK ?
Or else is there any other way to implement this feature ?
Thanks in advance...
You need to use Push notifications. The steps involved in doing this are too lengthy and involved to list in this answer. Familiarize yourself with Apple's documentation. You will need a Push notification server or pay a service to handle the Push Notification server for you (such as iLime)