I am trying to make a phone call using
UIApplication.shared.open(url as URL, options: [:], completionHandler: { success in
However, for iOS 10.3+ i get success closure when call is placed successfully or user hits cancel on prompt
For iOS 11 however the success closure is when you successfully open the URL.
Whats the best way to handle the difference and how do I get success when user hits on call on iOS11..