I noticed that in this link: https://realm.io/news/thomas-goyne-fast-inter-process-communication/
It states that inter process communication is supported in realm. Does that mean I will have no problem opening the database in both an app and its share extension in ios. If so, for the realm object class, do I need to put them in some framework or can I just duplicate the class in both the app and app extension just for simplicity?