0
In the application I am developing using Swift, I need to have access to a locally persisted data entity, this entity will be built through a Factory based on data obtained probably by a request and return in JSON, through an authentication process on a remote server and stored locally to avoid constant queries.
How to make such local persistence?
Use the coredata.
– Luis Henrique