Post

Replies

Boosts

Views

Activity

Comment on local Core data and evolution in a distributed system
thanx for your response, If I understand, I need to introduce a new tuple as you describe myNewID = (NSUUID, Int64ID) NSUUID will represent the ID for ipad --> unique even across devices = UUID().uuidString Int64ID will represent the interna increment ID --> unique Integer just for the local DataBase (as now) so iPad 1 will create record ID = xx-***-***-***-1 iPad 2 will create record ID = yy-yyy-yyy-yyy-1
Jun ’21