Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

Cannot download run background in iOS #735

Open
ghost opened this issue Jan 3, 2019 · 0 comments
Open

Cannot download run background in iOS #735

ghost opened this issue Jan 3, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 3, 2019

Hi all, I have an issue on download run background in iOS. I did like document about config for it (add into AppDelegate.h and AppDelegate.m), but it doesn't work (https://github.com/Jacse/rn-fetch-blob#ios-background-uploading)

  • "rn-fetch-blob": "^0.10.13"
  • "react-native": "0.55.4",
  • Xcode Version 10.1 (10B61)
 RNFetchBlob
      .config({
            IOSBackgroundTask: true, 
            IOSDownloadTask: true, 
            overwrite: true,
            path: tmpPath
     })
     .fetch('GET', url, {
        Range: `bytes=${stat.size}-`
     })
@ghost ghost changed the title Cannot download background in iOS Cannot download run background in iOS Jan 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants