You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[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:]
The text was updated successfully, but these errors were encountered:
[[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:]
The text was updated successfully, but these errors were encountered: