IOS calls a number and enters a code

I want to create an application that will call a number, and after a few seconds enter the code. Is it possible? I searched everything and could not find anything about access to the phone.

Thank.

+3
source share
2 answers

No, this is not possible, at least not through code. You can use the tel: url scheme to call the number.

then use "p" to pad:

tel:+145555464p123 
+3
source

You can dial the number with pauses.

If you insert a comma between the phone number and the code you want to dial, he dials the number, pauses, and then dials the code.

In addition, there is no way to access the sound of a call or phone.

, rckoenes , p. tel://

+2

All Articles