I need to create a button to trigger an emergency phone call on my app
The problem is that there's at least 3 main phone number ( 112, 911, 999)
Since you can do it natively on your phone is there a way to do it programmatically?
UIApplication.shared.open(number as URL, options: [:], completionHandler: nil)