1

I have integrated Blackberry dynamics sdk3.4.1.82 in my iOS Swift application.

I am downloading file from server using "downloadTask" method. Once file get downloaded, "tempLocalUrl" gets added "GD_" in path. But actual in filesystem name doesn't contain "GD_" string. File is stored with name "tmp/CFNetworkDownload_sdfaa.tmp".

Swift's URLSession downloadtask method is:

let task = session.downloadTask(with: request) { (tempLocalUrl, response, error) in

How do I access the file using BB dynamics API?

I am not able to get file using GD filesystem like :

try GDFileManager.default.copyItem(at: tempLocalUrl, to: destinationFileUrl)
Blazej SLEBODA
  • 8,936
  • 7
  • 53
  • 93
RohitK
  • 1,444
  • 1
  • 14
  • 37

0 Answers0