B
B
beatswaysick2014-06-10 13:01:50
iOS
beatswaysick, 2014-06-10 13:01:50

What is the easiest way to organize the storage and collection of user-entered data in an ios application?

I'm thinking of learning Swift, but in the meantime, maybe I'll freelance writing an application (so far only ios) for recommending and organizing movies with social networks.
Question: What is the easiest way to organize the storage and collection of user-entered data (for example, ratings)? Do I understand correctly that this can be done using native CloudKit?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
gleb_kudr, 2014-06-13
@beatswaysick

You can create a SQLite database in the user data directory and do whatever you want in it. Synchronize it with cloud, etc. And you don't have to mess around with individual files, plus you can easily sync it with android.
For secure data (passwords), apple has a special storage - secure storage.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question