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
{{ message }}
This repository was archived by the owner on Jun 4, 2023. It is now read-only.
I need to save objectID and through some time get it (or nil if it doesn't exist) by ID. The problem is I should store objectID as string but its type is NSManagedObjectID. Could you explain how to save this unique id and get an object with this id according to this library?