objective c - Multiple iOS devices + centralized sqlite database -


can share same sqlite database 2 different ios devices or update 1 another?

not easily. can sync db on icloud there high chance data overwritten.

i recommend writing sort of syncing tool can detect , merge changes originating on either device.

a common method use timestamp column , rows modified since last sync, update other database.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -