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.