couchbase / couchbase-lite-ios

Lightweight, embedded, syncable NoSQL database engine for iOS and MacOS apps.
Apache License 2.0
1.62k stars 297 forks source link

Enterprise edition builds missing database encryption #2070

Closed sridevi-15 closed 6 years ago

sridevi-15 commented 6 years ago

I got latest ios builds of 604 and I see that database encryption feature missing in enterprise edition.

pasin commented 6 years ago

I have fixed the issue for Swift in https://github.com/couchbase/couchbase-lite-ios/commit/5d1302ea7c86cff518fcdff61f47a100223ae99b. I'm working on Objective-C to make the headers visible in EE.

pasin commented 6 years ago

The Objective-C should be fixed in https://github.com/couchbaselabs/couchbase-lite-ios-ee/commit/068dfb87cb0b45708c12ace6a267fc9ded93104c. When the new build is out (611), please check if the issue is fixed.

snej commented 6 years ago

(To be clear, in case anyone panics about the title of the bug: the encryption feature was present, it's just that the public API headers didn't include the methods to access it.)