Hi iPhone developers, I want to add a feature in my iPhone app, they are:
call to a phone number in my app
after call end, relaunch the previous app.
I know its not possible in iphone OS 3.2..
Is it possible in iOS 4?
I need your help…
Hi iPhone developers, I want to add a feature in my iPhone app, they
Share
You can’t call a number directly from your app. You can use this snippet to launch the phone app:
… and after the call is done it will return you to your app.