Tagged Questions

3
votes
1answer
5k views

How can I make a phone call programmatically on iPhone?

How can I make a phone call programmatically on iPhone? i tried the following code but nothing is happening: NSString *phoneNumber = mymobileNO.titleLabel.text; [[UIApplication sharedApplication] ...
3
votes
2answers
1k views

make a call from my iphone application

I have implemented the ability to make a call from clicking on a row of descriptive tableview of my hotel; I used the URL scheme by writing the following code in method "didSelectRowAtIndexPath ": ...
3
votes
3answers
409 views

How to recognize if app was reloaded after phone call?

I have a program which automatically launches a phone call when program is started. This is implemented in AppDelegate's "applicationDidFinishLaunching"-method. Problem is: When phone call ends and ...
1
vote
1answer
153 views

MonoTouch : Can I use a UILabel to show a phone number?

I need to show a phone number in a view and that when clicked a call is initiated. Currently I'm using an UILabel and I have no idea how to do it. Is this the correct control? If no which one would ...
1
vote
3answers
79 views

How to call from application to phone number

I am displaying Business card view on which I have one button on which I am setting Button title as phone number string which I got after parsing. I am getting perfect phone number string value on the ...
1
vote
1answer
156 views

how to put phone call functionality in iphone application

I am making an application in which there is a text field to enter phone number, now I want whenever user put number on that text field, there must be a button get generate to call on that particular ...
1
vote
1answer
202 views

open PDF in my webview and make phone call through it

i want to open pdf in my webview and if that pdf contains any phone number then i can make call when touches on phone number.any help please?
1
vote
4answers
441 views

Phone development: interact with the call?

Today, the focus of a cell phone's capabilities is drifting away from plain making a phone call. And somehow, this shows in the API's too. Therefor I'm wondering: if I want to write an app that e.g. ...
1
vote
2answers
423 views

Can I reject a call from the iPhone SDK

I want my app to automatically reject a call when it comes in. Is this possible with the iPhone SDK?
0
votes
0answers
24 views

Why WebView hiding the view when i try to do process “tel:” links?

I'm trying to call phone number in my Iphone app.when i try to call phone number by using following code,alert with phone number is shown & when I press cancel alert dismisses but the view is also ...
0
votes
1answer
252 views

How to create auto dialer in iPhone using MonoTouch?

I need to create button to call one contact number, that number is the default number and I will mention that number in button click event. When I click on button need to dial that number in iPhone ...
0
votes
0answers
33 views

While scrolling tableview and receive a phone call, tableview freezes after restored.

I am having a bug with UiTableView on iPhone 3GS which runs iOS 3.1.3 that while scrolling, not release finger, and receive a phone call, that table view will freezes at the touch point. this problem ...
0
votes
2answers
277 views

iPhone dev - How can I call a phone number from within an app? Also, how can I hang-up from within the app?

Those are the two basic questions. First of all, I need to know if it's even possible to programmatically hang-up the phone from within my app (when the user presses a button, for instance). Also, is ...
0
votes
2answers
162 views

Counting minutes of calling in app (iOS)

I need some methods for counting banda usage, minutes of calling, number of sms sent, and more (for iOS). Is there a way to access any of this information? Thanks!
0
votes
1answer
92 views

iPhone tonepad functionality in two-way/conference calls

It's easy enough to, for example, make a call from an iPhone app and then use the comma pause character to send DTMF signals to navigate through a tonepad menu: [[UIApplication sharedApplication] ...
0
votes
1answer
253 views

Can we store incoming call in to local database in iPhone application

I am developing a dialer application in which I want to store incoming call in local database in my application. After that I want to show the incoming call data on tableview. Is it possible to access ...
0
votes
1answer
184 views

Possible to apply effects to the sound during a phonecall (iPhone)?

So can I catch the sound input, and manipulate it before it "sends" to the phonemate?
0
votes
2answers
439 views

How to identify while getting incoming call in iPhone app?

I am editing some thing in an iPhone editor application. That time, I am getting a call. How can I identify an incoming call by coding ? If any one having idea about this, just share with us.
0
votes
1answer
240 views

Is it possible to use the speaker on programmatically initiated phone calls?

I'm using the following iPhone SDK code to initiate a phone call programmatically: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"12345678"]]; The call is initiated just fine, my ...
0
votes
2answers
73 views

recognize that user call somebody

how to regognize that user call somebody from code?(means i have an app and want to do sth when user call somebody)
0
votes
1answer
862 views

Detect phone calls in iPhone

I'm developing an app in which, among other things, the user can input a phone number. Later, while seeing the inputed information, I display the phone number in a UITextView which detects the phone ...
0
votes
1answer
282 views

App that makes phone calls and stores data for iphone, Android and blackberry?

The app I'd like to build aims at giving contact information of a person using a search engine. This is the basic feature. To make it more appealing, I'd like to add those enhancement features: (1) ...