How to send ussd request through programming on iPhone OS

How to send ussd request through programming on iPhone OS

For example: * 100 #

+5
source share
1 answer

CTCallDialWithID (@ "* 100 #", -1);

and connection with CoreTelephony.

+4
source

All Articles