I have a database containing coordinates GPS of stores. Since I am the admin, I am able to keep adding some.
However, I am using Parse.com so I would like the users not to access the database online each time (limit database access and deal with offline matter) but instead, cloning the database on the device and each time the user launch the app, it would compare the database stored locally and the on on Parse.Com and update if needed. What is the way to do that ?
I hope I am clear enough.
Arnaud