objective c - How to call two digital phone number from the iphone App -


i try call 2 digital phone number app using schema:

nsstring *strphone = [nsstring stringwithformat:@"tel:12"]; nsurl *phonenumberurl = [nsurl urlwithstring:strphone]; [[uiapplication sharedapplication] openurl:phonenumberurl]; 

but nothing happens. if use 3 digital number or more - works fine. know why so? apple's restriction?


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -