> On Jul 21, 2015, at 3:12 AM, Ibrahim <[email protected]> wrote: > > I had the same problem happens with me, i was able to reproduce by editing > scheme, from options select `launch due to background fetch event`, then run > the app while device is locked, trying to change fileProtection to > NSDataWritingFileProtectionCompleteUntilFirstUserAuthentication didn't help, > even after i switched to ForestDB i see this error `WARNING: ForestDB error > FORESTDB ERROR -2`
Background-fetch support is issue #138 <https://github.com/couchbase/couchbase-lite-ios/issues/138>. Pasin’s done some work on it, but file access permissions are a problem. The sync protocol is interactive, not just a simple download, so it requires that the database be accessible during the pull. —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/B959C279-7BC6-4F40-8B2C-40AA5F7AD8C5%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
