hackolein
hackolein
Ok. For the guest order I also need a email, so it maybe make sense to make the email uniqueness. But when I change the user in the Backend it...
I have the same issue, the func sync(in context: NSManagedObjectContext) in the Core Data class extensions never called. The default sync function in the protocol extension is always called.
I solved the problem, you have to add the function to the protocol CoreDataRepresentable func sync(in context: NSManagedObjectContext) -> Observable