I'm using iOS6, and I cannot make dial to this number: *222*20#
Here is my code:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:[NSString stringWithFormat:@"tel:*222*20#"]]];
When I run the script above nothing happens?
Or maybe, there are some restrictions for dialing numbers?!