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
Related
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.)
I am new in iPhone application development. Now I am developing a call history application. I want my application to run in background and when the call is finished the application show call details. I don't know how to develop this. Please help me any one know.
Thanks in advance
Sorry, but there is no way to do what you want using the iOS SDK. The user's call history is private.
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.
I'm building an app that will allow the user to send a status update to twitter about something they have done in the app.
What is the easiest way to authenticate the user in the settings and have the app update their status when they tap a button?
Any help/ sample code is greatly appreciated.
-GVG
PHP/ iPhone SDK Developer
http://gilesvangruisen.com/
I think a lot of people use the source code from Matt Gemmell:
http://mattgemmell.com/2008/02/22/mgtwitterengine-twitter-from-cocoa
That should be a good starting point.
I'm trying to make an iPhone application. In it, I want to add a module to make voice call using this application (msisdn is our input). Is this possible? If so, what is the result in iPod Touch?
Any body know how to notify push registry in iPhone? I can see in some site it is available in iPhone.
Generate a call, sms, etc from iphone
You should take a look at the Siphon project:
http://code.google.com/p/siphon/
Are you trying to replace the dialer application, or simply invoke it? On official phones, the dialer cannot be replaced or have another application provide that functionality.
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:#"tel:1234---"]];