swift - iOS Couchbase: Shared CBL manager between app and app extension -


i'm trying implement shared couchbase database between ios application , app extension, there issue consistency between 2 targets.

when application manager deletes database document in couchbase lite ios, app extension manager gets outdated.

does know how inform extension manager deletion?

the database saved in shared app group.

i've tried make pull replication database in extension, doesn't work expected.

if create new manager every time read database extension, works expected, create new thread every read.

thank you!

this blog , associated sample app illustrates sharing of data between ios app , today app extension.
there appears issue replication within ios app extensions tracked here.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -