How to send ussd request through programming on iP

2019-03-30 01:59发布

问题:

How to send ussd request through programming on iPhone OS

For example: *100#

回答1:

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

and link with CoreTelephony.