telprompt Questions
3
I've made an application is used to call predefined numbers upon button press. As far as i know the only way to make call inside app is to use "tel" or "telprompt". When i submitted an app i've rec...
3
I am trying to make a call from my app using
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"telprompt://1800000002"]];
This is a toll free number in India.But while dialing...
Discompose asked 29/4, 2016 at 12:35
4
Solved
In order to return to app after call, I use telprompt instead of tel. Codes like this:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"telprompt://10086"]];
Somebody says that ...
Octahedron asked 23/7, 2012 at 8:33
1
I have seen this question before but without any real answer.
I am using the following code to start a phone call in objective-c.
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@...
Zlatoust asked 12/6, 2013 at 11:24
1
© 2022 - 2024 — McMap. All rights reserved.