0

I would like to call a specific (xxxxxx) phone number without letting the user see the alert to confirm the call.

of course, this is for internal use and private api is welcome.

currently, I'm using:

let url = URL(string: "tel://xxxx")!
UIApplication.shared.open(url as URL, options: [:], completionHandler: nil)

But it presents the unwanted alert.

Ozgur Vatansever
  • 49,246
  • 17
  • 84
  • 119
megimix
  • 78
  • 1
  • 7

0 Answers0