Hello, can I know which is the difference between
iOS SQLCipher bought from this form
https://www.zetetic.net/sqlcipher/commercial-edition-ordering
and iOS SQLCiphher downloaded from this link?
https://github.com/sqlcipher/sqlcipher
thank you
Hello, can I know which is the difference between
iOS SQLCipher bought from this form
https://www.zetetic.net/sqlcipher/commercial-edition-ordering
and iOS SQLCiphher downloaded from this link?
https://github.com/sqlcipher/sqlcipher
thank you
Hello @Piero
The commercial edition of the source comes with prebuilt static binaries that can be linked directly within your application, allowing for faster build times where as the community edition is a source only distribution which requires SQLCipher to be built within your application. The commercial license also provides you with CipherCare Plus support which is private, confidential email support directly from the developers of SQLCipher, prioritized over community public support.