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

Downloads removed on app update (ios) #465

Open
maximmcnair opened this issue Aug 7, 2017 · 3 comments
Open

Downloads removed on app update (ios) #465

maximmcnair opened this issue Aug 7, 2017 · 3 comments

Comments

@maximmcnair
Copy link

maximmcnair commented Aug 7, 2017

I'm looking to persist downloads between app updates, however downloads seem to get deleted in the process of updating. This is also the case when stopping and rebuilding the app through xcode.

Seems fine with android.

RNFetchBlob
          .config({
            path,
            fileCache: true,
          })
          .fetch('GET', url)
@wkh237 wkh237 added this to the v0.11.0 milestone Aug 8, 2017
@wkh237
Copy link
Owner

wkh237 commented Aug 8, 2017

Perhaps we will need new API for access data in UserDefaults for supporting this feature.

@maximmcnair
Copy link
Author

Turns out this was due to our downloads' filesizes. And the wrong path argument in iOS.js excludeFromBackupKey. Fixed in:
#473

@Vilitsa
Copy link

Vilitsa commented Nov 23, 2017

It doesn't help for me

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.