phonegap / phonegap-plugin-contentsync

Download and cache remotely hosted content
Apache License 2.0
206 stars 98 forks source link

how persistent is the content once synced? #118

Closed ghost closed 8 years ago

ghost commented 8 years ago

I can't seem to find anything in the README that states how long I can trust that synced content will be on the device. Are there any guarantees the OS won't randomly wipe one of my files behind the scenes?

Thanks!

timkim commented 8 years ago

Hi @josh-m-sharpe

I believe that synched content should persist until you delete the app. I don't think the OS will randomly delete content - so far I haven't run into issues regarding that. Maybe you'll run into such an issue if you have so much synch'd content that you start running out of space.

ghost commented 8 years ago

Thanks for the response!!