-2

Is it possible to call a phone number programmatically in iOS and send different DTMF tones during the call?. Basically I want an App to handle the IVR call. I don't know anything about iOS programming. I just want to know the feasibility so that I will put further effort. Thanks

Dinesh
  • 1
  • 1

1 Answers1

0

You cannot do this interactively within the bounds of the iOS SDK (ie, in an App Store app).

You can, however, build a tel URL. See the Apple documentation on phone links for more details if you think this will work for your needs.

Community
  • 1
  • 1
Aaron Brager
  • 65,323
  • 19
  • 161
  • 287