In my application, I want to call the number *111, when I use this URL tel:*111 to call, but can't make call success, please give me some indicate, thank you very much.
[[UIApplication sharedApplication] openURL:@"tel:*111"]
was not work. but it will work when remove *
:
[[UIApplication sharedApplication] openURL:@"tel:111"];
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…