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: