i.sola
i.sola

Reputation: 3

Ios- is there a way to programmatically detect when someone presses a number on their dial pad?

I am making an app that will act as an office phone. However is there a way to programmatically detect whether someone pressed "1" or "2" on the their dial pad and then send it back to me (who has the app) or send a voice recording of some kind. For example, if they press "1" it notifies me they want English and I can send them a voice recoding in English.

Thank you.

Upvotes: 0

Views: 410

Answers (1)

Duncan C
Duncan C

Reputation: 131418

You're talking about having your app get info about what the user does from the phone app, and the ability to inject sounds into the speaker?

No, Apple does not allow 3rd party apps to interact with the phone like this.

You could display a number pad inside your app and respond to taps when the user presses numbers in your app, but not during a phone call.

Upvotes: 2

Related Questions