ios - code for how to perform calling and cancel the calling in iphone -


i new developing iphone applications.

i looking example on calling phone numbers, starting call , ending one.

is possible ? if so, how 1 accomplish ?

here code make call

[[uiapplication sharedapplication] openurl:[nsurl urlwithstring: @"tel:1-800-acce-ptme"]]; 

anything modifies user's ability block phone calls going run afoul of apple's basic approach third-party apps. there lot of things questionable , might away with. blocking calls forbidden.


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 -