How to use Realm SDK with iOS App Extensions? #8018
matthewmorek
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am developing an app that has a second App Target, an iOS Share Extension, which allows users to add website links to a database (Mongo Atlas) and I use Realm Swift SDK for the main app.
Due to the containerisation of app targets, my main app and the bundled iOS Share Extension use a shared App Group container and can share Realm configuration this way successfully.
Questions
Thanks in advance for help
Beta Was this translation helpful? Give feedback.
All reactions