Question

I would like to listen on the user's phone dialing. If I recognize that the dialed number is something that my app defined as a non-real-call (like starting with #####) I would like to cancel the call and start my own application. This is doable in Android. Can it be done on iPhone?

Thanks, Simon

Était-ce utile?

La solution

I can see why you would want to to this. Eg dialing a special number to direct the call through an internet service instead of the main network.

It is not however possible on standard (ie non-jail-broken) iOS. You can get something similar with URL schemes.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top