Synced MongoDB Realm with WidgetKit

Is there a way to use a synced MongoDB Realm with WidgetKit?

I had a Today Widget with a local realm some years ago before synced realms
where introduced, when it was introduced it wasn’t supported due to no fileURL for synced realms.

1 Like

@Daniel_Kristensen You cannot use a synced Realm in WidgetKit because we do not have multiprocess support for sync. You can use a non-synced Realm in WidgetKit

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.