Hi, I'm a Xcode newbie and I started with an online tutorial at Udemy... and now I want to start coding my first app. My idea is to make a Darts score app and an essential question for me is how should look like the data modell.
In principal I have games and players ... for each game I need two players and I would like to store the results for running and completed games persistent on the device.
I've learned in the online tutorial the possibilities plists, User defaults and CoreData... I'm guessing that I have to use CoreData for my solution...
My first approach is to have two entities (games, player) with a many-to-many relationship. I understood an one-to-one relationship, but right now not the many-to-many relationship...
My general question is... am I correct in my assumption?... or does it exist an easier way to solve my problem?
Many thanks...
P.S. my background is an automation engineer for factory automation an I know how important is good architecture of a software solution but unfortunately I'm not familiar with iOS technology for data storage.
In principal I have games and players ... for each game I need two players and I would like to store the results for running and completed games persistent on the device.
I've learned in the online tutorial the possibilities plists, User defaults and CoreData... I'm guessing that I have to use CoreData for my solution...
My first approach is to have two entities (games, player) with a many-to-many relationship. I understood an one-to-one relationship, but right now not the many-to-many relationship...
My general question is... am I correct in my assumption?... or does it exist an easier way to solve my problem?
Many thanks...
P.S. my background is an automation engineer for factory automation an I know how important is good architecture of a software solution but unfortunately I'm not familiar with iOS technology for data storage.