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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: