does anyone know how to dial programmatically a phone number that includes number and access code using iOS sdk.
EX:
number: 900-3440-567 Access Code: 65445
|
does anyone know how to dial programmatically a phone number that includes number and access code using iOS sdk. EX: number: 900-3440-567 Access Code: 65445
| ||||
|
feedback
|
| |||||||||||
feedback
|
|
You can programmatically dial phone numbers using
Edit: See the Apple URL Scheme Reference and the UIApplication Class Reference for more information. | ||||
|
feedback
|
|
follow the tutorial to call a number use -
to open your app after call finished use -
| ||||
|
feedback
|
|
You can use Phone urls to invoke the Phone application to dial a number for you. See this reference. The downside is that once the call is finished, user will endup in the Phone application. But I am afraid there is no solution to that problem. iOS doesn't allow any application to directly initiate a call because of security and privacy reasons. You can use comma for introducing pause(s) while dialing a number. | |||||||||
feedback
|