Hello,
I am having problems managing large files with NSURLSession. My app upload to the server photos and videos from the photo library and I have problems with large files (2Gb more or less).
For upload the files to the server I'm using NSURLSession with background session configuration. If I upload videos with a size minor than 2GB the file is uploaded properly in all of my test devices. With video files of 2G the upload process does not works in all of the devices.
It's working in iPad air with 8.1.2, in iPad air with 7.2, in iPhone 5S with 8.3 and in iPhone 6 plus with 8.2
It's not working in iPhone 5 with 8.1.2
Are there a limitation for that?
*I have checked that my test devices have at least 5GB of memory free.