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
Could you please consider replacing deprecated NSURLConnection call with NSURLSession? Xcode right now highlights a warning:
.../OKSDK.m:301:22: 'sendAsynchronousRequest:queue:completionHandler:' is deprecated: first deprecated in iOS 9.0 - Use [NSURLSession dataTaskWithRequest:completionHandler:] (see NSURLSession.h
The text was updated successfully, but these errors were encountered:
Could you please consider replacing deprecated NSURLConnection call with NSURLSession? Xcode right now highlights a warning:
The text was updated successfully, but these errors were encountered: