ios - Saving state locally as well as offsite -


I need to save user information so that its updates are local and offsite. So if there is no internet connection then it will still continue to work and will be continuously after a restart etc. And when the Internet comes back, this information will synchronize offsite.

Is it best to use local Datastore parse or just use a combination of SQLite and ParseObject?

donation,

on your right track. No need for third party libraries Pars' local datastore really intends to your goal. Apart from this, there are great caching policies to use in parcels too.

Obviously, local datastore, apple lip. SQLite uses 3.0 framework, but does all the work for you. So it is below your personal preference, do you want to learn Siklite (which is not a bad thing and does it yourself) or do you do all this for parsing the local datastore?

Professionals To Use Local Datastore: It's basically optional for that and core data, I guess you have an incentive to use paras for you,

  • you already Easy transition
  • Easy handling for network crisis
  • Updating / querying and referencing is simpler than sqlite syntax
  • <

    • Local datastore still questioned No one is using it around
    • Save while saving If it does not work
    • Some bugs have occurred ( It can be circumstantial, but there are no difficulties in implementing any other user only)

    Comments

    Popular posts from this blog

    python - Overriding the save method in Django ModelForm -

    html - CSS autoheight, but fit content to height of div -

    qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -