You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We are planning to use encrypted core data wrapper to encrypt/decrypt the CoreData. per existing design of app, codebase is using Coredata persistent transaction history feature to track the changes made to persistent store.
Later app is using publisher subscriber model to propagate same changes (entity name) to UI layer so that UI layer can be updated.
Now the question is -
Since encrypted core data wrapper library encrypt the data & save it to persistent store, does it still provide the support for transaction history feature ?
Hi,
We are planning to use encrypted core data wrapper to encrypt/decrypt the CoreData. per existing design of app, codebase is using Coredata persistent transaction history feature to track the changes made to persistent store.
Later app is using publisher subscriber model to propagate same changes (entity name) to UI layer so that UI layer can be updated.
Now the question is -
Since encrypted core data wrapper library encrypt the data & save it to persistent store, does it still provide the support for transaction history feature ?
https://developer.apple.com/documentation/coredata/persistent_history
(Use persistent history tracking to determine what changes have occurred in the store since the enabling of persistent history tracking.)
Thank you..
The text was updated successfully, but these errors were encountered: