SQLCipher commercial version and FTS3

laucel

I'm already using FTS3, after adding sqlite amalgamation as static library end enabling FTS3 (following this tutorial http://longweekendmobile.com/2010/06/16/sqlite-full-text-search-for-iphone-ipadyour-own-sqlite-for-iphone-and-ipad/).

The database the app is searching into contains copyrighted text, so I have decided to use SQLCypher commercial version and it includes FTS3 already enabled, if I'm not mistaken. I haved added SqlCipher static library following http://sqlcipher.net/support/ and then removed previously added sqlite static library, is this correct? should I keep only libsqlcipher.a in my project?

Stephen Lombardo

Thanks for supporting SQLCipher by using iOS commercial edition! You are correct, you can simply have libsqlcipher.a linked with your project, it contains everything you need for all platforms.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

searching in virtual table (FTS3) in sqlite

From Dev

sqlcipher how to import a sqlite3 database

From Dev

Is debugger feature only supported by Amzi! prolog Commercial version?

From Dev

Does Qt Commercial have any modules that LGPL version doesn't

From Dev

Java version history: what does "2019 (commercial)" mean?

From Dev

How to write contains query in SQLite fts3 fulltext search

From Dev

Android sqlite fts3 match and compare integer/float

From Dev

How to implement fuzzy search with SQLite's FTS3?

From Dev

How to query in sqlite fts3 table using "-*"?

From Dev

Android sqlite fts3 match and compare integer/float

From Dev

SQL FTS3 Doesn't Seem To Add Content FTS4 Does

From Dev

Unable to build sqlcipher in Xcode: missing sqlite3.c

From Dev

Android SQLITE FTS version

From Dev

Understanding FTS3/FTS4: What are virtual tables and to search from it having a searchable non-virtual table?

From Java

Which free version of java can I use for production environments and or commercial purposes?

From Dev

Can I use Express version of VS 2013 to develop commercial desktop applications?

From Dev

Flat-File Authentication, login form does not shown - Shiny R Server Commercial Version v1.1.0.379

From Dev

My Development application using JQgrid 4.6.0 version but current jqgrid is not free for commercial license

From Dev

Which free version of java can I use for production environments and or commercial purposes?

From Dev

Flat-File Authentication, login form does not shown - Shiny R Server Commercial Version v1.1.0.379

From Dev

Using SQLite FTS3, how to join or nest SELECT statements to get row plus snippet?

From Dev

Using FTS3/4 Table based on Select Statements from Normal Table

From Dev

Search Token Occurrence count and Row Count Simultaneously in SQLite FTS3/4

From Dev

Using FTS3/4 Table based on Select Statements from Normal Table

From Dev

"optimize" command in sqlite fts3 on android makes "MATCH" doesn't work

From Dev

GreenDAO with Sqlcipher Integration Example

From Dev

SQLCipher for Android getReadableDatabase() Overherad

From Dev

sqlcipher command line not working

From Dev

Android Proguard SqlCipher NoClassDefFoundError

Related Related

  1. 1

    searching in virtual table (FTS3) in sqlite

  2. 2

    sqlcipher how to import a sqlite3 database

  3. 3

    Is debugger feature only supported by Amzi! prolog Commercial version?

  4. 4

    Does Qt Commercial have any modules that LGPL version doesn't

  5. 5

    Java version history: what does "2019 (commercial)" mean?

  6. 6

    How to write contains query in SQLite fts3 fulltext search

  7. 7

    Android sqlite fts3 match and compare integer/float

  8. 8

    How to implement fuzzy search with SQLite's FTS3?

  9. 9

    How to query in sqlite fts3 table using "-*"?

  10. 10

    Android sqlite fts3 match and compare integer/float

  11. 11

    SQL FTS3 Doesn't Seem To Add Content FTS4 Does

  12. 12

    Unable to build sqlcipher in Xcode: missing sqlite3.c

  13. 13

    Android SQLITE FTS version

  14. 14

    Understanding FTS3/FTS4: What are virtual tables and to search from it having a searchable non-virtual table?

  15. 15

    Which free version of java can I use for production environments and or commercial purposes?

  16. 16

    Can I use Express version of VS 2013 to develop commercial desktop applications?

  17. 17

    Flat-File Authentication, login form does not shown - Shiny R Server Commercial Version v1.1.0.379

  18. 18

    My Development application using JQgrid 4.6.0 version but current jqgrid is not free for commercial license

  19. 19

    Which free version of java can I use for production environments and or commercial purposes?

  20. 20

    Flat-File Authentication, login form does not shown - Shiny R Server Commercial Version v1.1.0.379

  21. 21

    Using SQLite FTS3, how to join or nest SELECT statements to get row plus snippet?

  22. 22

    Using FTS3/4 Table based on Select Statements from Normal Table

  23. 23

    Search Token Occurrence count and Row Count Simultaneously in SQLite FTS3/4

  24. 24

    Using FTS3/4 Table based on Select Statements from Normal Table

  25. 25

    "optimize" command in sqlite fts3 on android makes "MATCH" doesn't work

  26. 26

    GreenDAO with Sqlcipher Integration Example

  27. 27

    SQLCipher for Android getReadableDatabase() Overherad

  28. 28

    sqlcipher command line not working

  29. 29

    Android Proguard SqlCipher NoClassDefFoundError

HotTag

Archive