[[UIApplication sharedApplication] openURL:] has been deprecated by Apple since iOS 10 and it is completely removed in iOS 13.
All instances of this method will cause a crash at runtime. The methods need to be updated to [[UIApplication sharedApplication] openURL:options:completionHandler:]
[[UIApplication sharedApplication] openURL:] has been deprecated by Apple since iOS 10 and it is completely removed in iOS 13. All instances of this method will cause a crash at runtime. The methods need to be updated to [[UIApplication sharedApplication] openURL:options:completionHandler:]