I want to call a GSM-Servicenumber of my provider, but the iPhone won\'t give a reaction. When I try the same with a regular number it works.
[[UIApplication
Replace * with %2A and # with %23.
*
%2A
#
%23
Your example would be:
[NSURL URLWithString:@"tel:%23123%2A1%2A4%23"]