-2

I have to upload multiple large no of videos/images/files using background upload and not getting any solution till now.

Amin Cheloh
  • 465
  • 7
  • 14
  • It seems so. E.g., this answer shows how to configure Alamofire with a background URL session configuration: https://stackoverflow.com/a/64605997/7016052 This also might be relevant: https://stackoverflow.com/questions/41982122/how-to-execute-alamofire-background-upload-request – lazarevzubov Oct 06 '22 at 05:58
  • First of all thanks for responding @lazarevzubov .does this work with alamofire 5? – surya rnair Oct 07 '22 at 07:23
  • I don't know unfortunately. That's why I'm just commenting my suggestion and not posting an answer. But it seems at least worth trying. – lazarevzubov Oct 07 '22 at 09:44

1 Answers1

0

No, Alamofire 5 does not support background URLSessionConfigurations.

Jon Shier
  • 12,200
  • 3
  • 35
  • 37