How to send ussd request through programming on iPhone OS
For example: *100#
"tel:*100#"
See the Apple URL Scheme Reference
CTCallDialWithID(@"*100#", -1);
and link with CoreTelephony.