I am implementing a multiple images download for my app (at least 4000+ images), to do this, i have been looking for a best practice for a while, the solution that i found is to use a NSURLSession with a background configuration, i did all that i found in examples, but, sill not working in my real device.
I made a test showing a local notification when the downloads were completed, when i am in debuggin mode the notification is shown perfectly, but when i unplug the device, the notification doesnt work.
Note: The memory ussage in debug is low, but the energy impact is very high, it is possible that the operative system kill the process to prevent batery loss?
Any ideas?