W
W
WbdT2016-11-05 00:38:45
iOS
WbdT, 2016-11-05 00:38:45

How to properly store settings for multiple users?

There are users, there are levels, there is a maximum score.
What should I use to keep the maximum score in each level for each user?
SQLite?user defaults? How to deal with user defaults? Create key [String: Any] - users, it also contains [String: Any] - levels and score? How, in this case, to add a level and update the score for it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
ManWithBear, 2016-11-05
@ManWithBear

CoreData and work with normal objects, not dictionaries.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question