On Jul 15, 2014, at 6:05 PM, [email protected] wrote: > Jens, do I need to do anything special to bundle my Couchbase Lite database > with my app? Is there info on the Couchbase Lite developer site about this?
http://developer.couchbase.com/mobile/develop/guides/couchbase-lite/native-api/database/index.html#installing-pre-built Be careful with this. If your app copies a bunch of data into a backed-up location on first launch, Apple will reject it, because all backed-up data is supposed to be user generated. (There's been some recent traffic about that on this list.) You can avoid it by customizing the location of the CBLManager to a directory that isn't backed up, or by setting the don't-back-up file attribute on it. --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/E8351C49-0E1F-4307-BB4C-70C72B6ECE31%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
