문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top