Need help with openURL:[NSURL URLWithString:@"tel:+91 (number)"]] from an iPhone app -


i need call number +91 (number),but if use tel:// url not make call iphone app. how call number coming in format.

the iphone dial number using either of formats listed below.

[[uiapplication sharedapplication]                      openurl:[nsurl urlwithstring:@"tel://15415551234"]];  [[uiapplication sharedapplication]                      openurl:[nsurl urlwithstring:@"tel:15415551234"]];  [[uiapplication sharedapplication]                      openurl:[nsurl urlwithstring:@"tel:1-541-555-1234"]]; 

link apple documentation on tel: url scheme


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -