abdullahselek/SwiftyMessenger

Support for share extensions?

Opened this issue · 0 comments

Great work with the project you've created! I was wondering whether SwiftyMessenger could be used to send messages from a share extension to the main app. In my usecase, I want to save an entry using CoreData from a shared extension and have an already opened app receive a notification to refresh the persistence container's data. What's tricky is that the app extension and main app are two separate processes that have access to the same persistence container data.

Could SwiftyMessenger be used for this? Or was SwiftyMessenger used more for handling WatchOS extensions? Thanks!