project-imas / encrypted-core-data

v2.0 - iOS Core Data encrypted SQLite store using SQLCipher
Other
785 stars 236 forks source link

Using Encrypted CoreData in App Extension #325

Open Rahul0106231 opened 4 years ago

Rahul0106231 commented 4 years ago

Is it possible to configure encrypted core data database using app groups so that it can be used in the app extension as well. Im creating a today widget for our app which needs access to our app's database , i believe if we use default Encrypted filemanager it creates the persistant store in application directory , how do i force the encrypted core data to create the database file in shared directory.

Any sample code would be greatly helpful