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

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -