iphone - Can I make a phone call in my app without an alertview popping up and return to app? -


i have been using:

[[uiapplication sharedapplication] openurl:[nsurl urlwithstring:@"telprompt://123456789"]];

to make phone call app , after phone call return app. problem don't want have alertview pop every time have make call. have used:

[[uiapplication sharedapplication] openurl:[nsurl urlwithstring:@"tel://123456789"]];

but doesn't return app me. there way can have no alert view , have app returned foreground?


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -