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
{{ message }}
This repository was archived by the owner on Apr 12, 2022. It is now read-only.
I'm implementing an app extension which needs access to the database. Using an App Group it's possible to create a shared area of the file system that both the main app and the app extension can access.
Currently the cbl db is written to [CBLManager defaultDirectory], but I need to write to the path returned by [fileManager containerURLForSecurityApplicationGroupIdentifier:@"group.com.mygroupname"]
I think maybe changing initWithAuth to init and passing in a options object that can contain the auth params as well as others (such as the directory) would be a good way to go.