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
When I am trying to compile this for iOS I get a warning:
Warning CS0618: 'NSUrlSession.FromConfiguration(NSUrlSessionConfiguration, NSUrlSession Delegate, NSOperationQueue)' is obsolete: 'Use the overload with a 'INSUrlSessionDelegate' parameter.'
The issue is in the file DownloadManagerImplementation.cs for iOS and the function is "createSession":
When I am trying to compile this for iOS I get a warning:
Warning CS0618: 'NSUrlSession.FromConfiguration(NSUrlSessionConfiguration, NSUrlSession Delegate, NSOperationQueue)' is obsolete: 'Use the overload with a 'INSUrlSessionDelegate' parameter.'
The issue is in the file DownloadManagerImplementation.cs for iOS and the function is "createSession":
Platform:
The text was updated successfully, but these errors were encountered: