Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS CoreData- Tracking persistent transaction history #342

Open
ananddmahajan opened this issue May 16, 2022 · 0 comments
Open

iOS CoreData- Tracking persistent transaction history #342

ananddmahajan opened this issue May 16, 2022 · 0 comments

Comments

@ananddmahajan
Copy link

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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant