I mean that applyConfiguration:completionHanlder is calling the completion handle with a nil value for error. But we are not able to connect to the PEAP network via the device. There is no error showing up.
No Information other than the pop up from the System, "Unable to join the network".
Post
Replies
Boosts
Views
Activity
Sorry. I could have been more specific about the question.
I am asking if in iOS do we have the capability to download a file from an application directly into Local storage or external storage.
The process I am familiar with is:
The downloading happens in App Sandbox environment .
Then copy the file from App Sandbox environment to the external storage or Local storage.
Is there a possibility that we eliminate the step of downloading it into App Sandbox and can directly download it to the Local Storage or External storage, if possible with the user chosen location?
Yes. I am using NSURLSession with backgroundSessionConfigurationWithIdentifier.
Is there any possible way, that we can skip downloading the file into a temporary location, as mentioned here in downloadTask , and directly download it into external storage?