Skip to content
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
@ptelad

Description

@ptelad

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions