`UIApplication.openURL(_:)` is deprecated in iOS 10. Let's remove it from our app. The warning recommends that we change to: "Please use openURL:options:completionHandler: instead" This should be fine for our purposes.
UIApplication.openURL(_:)is deprecated in iOS 10. Let's remove it from our app.The warning recommends that we change to:
"Please use openURL:options:completionHandler: instead"
This should be fine for our purposes.