I am implementing a fileprovider extension. Problem is that there is no desired method for downloading file. Before iOS 13.1 there was startProvidingItem(at:completionHandler:) method, but in iOS 13.1 it deprecated
I am implementing a fileprovider extension. Problem is that there is no desired method for downloading file. Before iOS 13.1 there was startProvidingItem(at:completionHandler:) method, but in iOS 13.1 it deprecated