This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
iOS: Lost connection to background transfer service #448
Open
Description
Hi,
I trying to do a background download on iOS.
this is my config:
let task = RNFB
.config({
overwrite: !headers,
path: tempPath,
IOSBackgroundTask: true,
indicator: true
})
.fetch('GET', url, headers);
When going to the background and back I get an exception:
Lost connection to background transfer service.
I looked everywhere but found no solution.
RNFB v: 0.10.6
RN v: 0.45.1
Thank you.