iPhone Make Call from App

iPhone Make Call from App

iPhone Make Call Programmatically

I have created an application in iPhone that has the functionality to make Call from App. I am just wondering how to make a call programmatically... is there any iphone make call api?

View Answers

January 25, 2011 at 5:52 PM

OK .. i find the solution to iPhone Make Call Programmatically

//tell will take your telephone numbers or may be you can 
//pass the phone number variable to it too.

    NSString *prefix = (@"tel://1234567890");
        UIApplication *app = [UIApplication sharedApplication];
        NSString *dialThis = [NSString stringWithFormat:@"%@", prefix];
        NSURL *url = [NSURL URLWithString:dialThis];
        [app openURL:url];

June 9, 2012 at 12:50 AM

Where to write this code.

I'm creating an XHTML application. Application needs to make call to a specific number when user clicks a particular button.

Please suggest on how to do this. I'm new to this.

Thanks in advance.


November 28, 2012 at 7:01 PM

I WANT TO MAKE CALL FROM APPLICATION TO APPLICATION LIKE SKYPE.....GIVE ME SOME SUGGESTIONS.....


November 28, 2012 at 7:02 PM

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://9909090909"]];

NOT like this......

this is way to call to app to iphone ....


November 28, 2012 at 7:03 PM

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://9909090909"]];

NOT like this......

this is way to call to app to iphone ...

i need to call like skype ... free call on application nat phone number









Related Tutorials/Questions & Answers:
iPhone Make Call from App
iPhone Make Call from App  iPhone Make Call Programmatically I have created an application in iPhone that has the functionality to make Call from App. I am just wondering how to make a call programmatically... is there any
how do i make a phone call from my app without quitting my application
how do i make a phone call from my app without quitting my application  hi, I am working on creating a call application, i am making a call from my app through NSURL *targetUrl = [NSURL URLWithString:@"tel:123456789
Advertisements
delete app from iphone
delete app from iphone  How to delete an existing app from itunes
How to make phone call from web application
How to make phone call from web application  I'm creating an XHTML application, which can be viewed via IPhone or Blackberry. Application needs to make call to a specific number when user clicks a particular button. Please
Iphone call
Iphone call  Do you have other method to make a call on Iphone,without openUrl
rate and review app iphone
rate and review app iphone  How to rate and review app in iphone
xcode make phone call
xcode make phone call  xcode make phone call - Our iPhone application required a feature to call over any given mobile or phone number. Just... the dialer in your iPhone application. See the code below... Â
calling from iphone through programitically in iphone
calling from iphone through programitically in iphone  calling from iphone through programitically in iphone please help me my senario is if i click send sms button message should deliver to xyz person and that xyz person make
iphone app development
iphone app development  hey my first view file name is cardviewcontroller n second is carddetailview n btn name is clkHere so how i used btn to go frm 1 to 2 view
iPhone App Development
iPhone App Development  Hi, Can anyone explain me about iPhone App Development? Thanks   Hi, iPhone is one of the most famous device... for creating applications for these devices. If you are looking for iPhone App
How to Make iPhone Window Application
How to Make iPhone Window Application  Hi, For Making iphone window application, what parameters i have to follow or provide example related to iphone window application. Thanks
iPhone and iPad universal app
iPhone and iPad universal app  I am writing a universal application in iPhone and iPad that is not working in iPhone simulator. Though i have tested... for uikit from "required to weak". Hope it will work
rate my app iphone SDK
rate my app iphone SDK  How can i enable "Rate and Review Application" feature of my application on iTune
Is there a limitation on the number of files in an iphone app?
Is there a limitation on the number of files in an iphone app?  hello all Is there a limitation on the number of files in an iphone app? My app will contain about 2000 or more text files.Would i be in trouble?ADS_TO_REPLACE_1
PayPal integration in iPhone native app
PayPal integration in iPhone native app  I am looking for some help in integrating the paypal in iPhone application. Please help. Thanks.   Instead of integrating the paypal into the app .. you can open it within
call from java - JavaMail
call from java  Hi, how i will call servlet from java.. plz its urgent.. Thanks Narendra  Hi Narendra, You can use the java.net package to call a servlet from the java code
how to test iphone app on iphone without developer program
how to test iphone app on iphone without developer program  Is it possible to test the iPhone application on different device without the UDID Key?   No, without the UDID Key no one test the application on iPhone
iPhone Quiz App Tutorial
iPhone Quiz App Tutorial In this simple iPhone quiz application tutorial, we are going to learn how to create simple quiz in iphone. Creating a simple quiz in iPhone is really easy..Just follow the given steps to create the quiz
Hire the Best iPhone Mobile App Developers
Hire the Best iPhone Mobile App Developers  Hi, How to Hire the Best iPhone Mobile App Developers in India to outsource my application development... applications. So, how to Hire the Best iPhone Mobile App Developers? Thanks
Iphone keypad app
Iphone keypad app The given sample "Iphone keypad app" is going... a Textfield to get some input from the user. Once user is done, the application must...; automatically make the keyboard hide.  Now connect the TextField
ModuleNotFoundError: No module named 'django_make_app'
ModuleNotFoundError: No module named 'django_make_app'  Hi, My... named 'django_make_app' How to remove the ModuleNotFoundError: No module named 'django_make_app' error? Thanks   Hi, In your python
Get current country from iPhone ??
Get current country from iPhone ??  hello, I want to get the current country in the iPhone settings. Can anyone tell me how to get the current country in iPhone application.   hello,ADS_TO_REPLACE_1 here is some
how to call jsp from flex
how to call jsp from flex  hi, i want to know that how can i call a FLEX from JSP. . A good Example will be appreciated
how to call jsp from flex
how to call jsp from flex  Plz help me out to get JSP from FLEX.... I need your help.... Thanks for future
remove from superview iphone sdk
remove from superview iphone sdk  How to remove the old view from super-view and add the new view safely? My main concern is memory leak.. so, please suggest how can i do it without facing a memory leak. Thanks
database call from javaScript - Ajax
database call from javaScript  Dear All, In my project i have one... name. and i have to do this in javascript.How do i call database query ,if suppose i have selected two building from text area,i have to finish
Call an array from multiple functions
Call an array from multiple functions  I am having two methods in this method i am getting array values from another class. i create same array name for accessing the method values(array) but it will access only one method values
How to make a servlet to automatically call another servlet at some time instant.
How to make a servlet to automatically call another servlet at some time instant.  Can some one assist me How to make a servlet to automatically call... displays results from 3 different tables. Now I have to make each table
The app was not installed on iphone because its resources have been modified
The app was not installed on iphone because its resources have been modified  Hi, I am getting following error while my client is installing my AdHoc build on his iPhone: "The app was not installed on iphone because its
how to call from pc to telephone in java - MobileApplications
how to call from pc to telephone in java  Hi, presently I am working on "make a call from pc to telephone" in java. I am unable to procceed how to start. I am new this technoloy.Please give me some valuable suggestions how
iPhone Baby Name App, iPhone Baby Name, Baby Names application for iPhone
iPhone Baby Name App - World Baby Names... with more than 70,000 names to search from. Use our free iPhone Baby Names... it from the following url: http://itunes.apple.com/in/app/world-baby
iphone
iphone  hello... i want to make first iphone application . How can i make it plz help me
how to call javascript function from flex
how to call javascript function from flex  how to call javascript function from flex
call dll from java - JSP-Servlet
call dll from java  Hello all how to call dll file methods in java
cant call cmd from java - Java Beginners
cant call cmd from java   How can I call this from java to be executed by cmd ? ConvertXLS.EXE /S "C:\Extracto\*.CSV"/T "C:\Extracto\*.XLS" /C-4143 /F6 /M2 /R /V
Call dll from java - JSP-Servlet
Call dll from java  Any one tell me how to call dll from java. Basically , i want read the cash m/c parameters(4,i.e i want to read the cash count) in java .For this i want to call a dll from java . Also any one have
How to call the run method from another class?
How to call the run method from another class?  Sorry, if this is a stupid question. I would like to find out how to call the run method... want to call this from AdaugaComanda.java, so that changes can be seen
Unable to call .jrxml file from jsp
Unable to call .jrxml file from jsp  Hi, I am doing web application... plugin. After creating report in netbean when i call that jrxml file...()) { rsOfIncident =db1.getExecute("Select * from Incident
Call servlet from javascript - JSP-Servlet
Call servlet from javascript  Hi in my application i have jsp that designs view, javascript for validation and servlet that perform business logic... screen when the user clicks submit button i have to pass this column values from
getting null value in action from ajax call
getting null value in action from ajax call  Getting null value from ajax call in action (FirstList.java)... first list is loading correctly. Need help, i am new to struts2 and hibernate. StudentRegistration.jsp <%@ page
getting null value in action from ajax call
getting null value in action from ajax call  Getting null value from ajax call in action (FirstList.java)... first list is loading correctly. Need help, i am new to struts2 and hibernate. StudentRegistration.jsp <%@ page
getting null value in action from ajax call
getting null value in action from ajax call  Getting null value from ajax call in action (FirstList.java)... first list is loading correctly. Need help, i am new to struts2 and hibernate. StudentRegistration.jsp <%@ page
Online and Onsite iPhone Training Course from Rose India
Online and Onsite iPhone Training Course from Rose India... on the iPhone Store and make money in real time! ADS_TO_REPLACE_1 What you will learn from our iPhone Training Program? After successfully completing our onsite
problem in creating create .ipa file in my iPhone app
problem in creating create .ipa file in my iPhone app  Hi, does anyone have idea on how to create a .create .ipa file for my iPhone / iPad application? Also do i need to delete the previous build to create .ipa file? Thanks
make chart or graph from database - Java Beginners
make chart or graph from database  d, I want to ask about how to make a chart or graph. First i have Table name= "customer" and field =(cust_id,nm_id,date_cust) I want to view in date,know who's to my customer and how many
iPhone Mobile Software Development, iPhone Mobile Application Development, iPhone Design Services and Solutions
In App Purchase (IAP) iPhone Application Development: Apple has launched a great new revenue maximising feature for the iPhone called the In App... an iPhone app can buy additional application add-ons as and when they are available
iPhone
and make you and your iPhone stand out from the crowd.  ... the iPhone enjoys over its rivals, apart from its sleek looks, is its versatility... and Debugging, Application Listing on the online Apple iPhone App Store
How to make a connection from javaME with MySQL - SQL
How to make a connection from javaME with MySQL  Hi i`m a final year student from one of university from malaysia, I have a problem about my final year project. I been developing a mobile application to help IT technician but i
Embedding HTML in iPhone App
Embedding HTML in iPhone App This example illustrate you how to embed the HTML in iPhone application. To embed the HTML file we required a UIWebView... to embed HTML into UIWebView iphone appADS_TO_REPLACE_1 - (void)viewDidLoad
How to make a connection from javaME with MySQL - SQL
How to make a connection from javaME with MySQL  Hi i`m a final year student from one of university from malaysia, I have a problem about my final year project. I been developing a mobile application to help IT technician but i

Ads