5

How to send ussd request through programming on iPhone OS

For example: *100#

Jay
  • 19,649
  • 38
  • 121
  • 184
Pavel Kurta
  • 113
  • 2
  • 6
  • http://stackoverflow.com/questions/4660951/how-to-use-tel-with-star-asterisk-or-hash-pound-on-ios – slf Jul 25 '12 at 19:44

1 Answers1

4

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

and link with CoreTelephony.

Farcaller
  • 3,070
  • 1
  • 27
  • 42
  • 2
    Too bad, CoreTelephony is a private API and will possibly cause Apple to reject an app. But I think it's OK with jailbreak or enterprise. – iwat Apr 27 '10 at 09:26