I know we can use *21*Phone Number# will make a call forwarding.i want to do this programmatically.Here is my code.
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel:*21*09043137902#"]];
But not working..
Thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The application automatically blocks all tel: scheme urls that contain * or # to avoid malicious applications from forwarding calls. See Apple documentation here: https://developer.apple.com/library/archive/featuredarticles/iPhoneURLScheme_Reference/PhoneLinks/PhoneLinks.html#//apple_ref/doc/uid/TP40007893-SW1