> On Oct 1, 2014, at 8:41 AM, Frederic Yesid Peña Sánchez > <[email protected]> wrote: > > I'm still having these problems, seems related to having passcode on iPad and > the app or replicator trying to access encrypted data.
Sounds like the replicator is still running after the device locks. Do you have reliable steps to reproduce this? A workaround is to loosen up the file protection attribute of the database directory so it remains accessible after the device locks. Set the CBLManagerOptions.fileProtection to NSDataWritingFileProtectionCompleteUntilFirstUserAuthentication when creating the CBLManager. —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/96B05E92-08EA-4C9B-B3E3-288FE2B0E066%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
