ios - how to synchronisation over multiple mobile devices -


is there worked out synchronisation plan mobile application? i've been searching it, can't find example. i'm looking plan such think evernote uses sync files on mobile phone backend.

my current plan: - when start app: files downloaded backend using username , password - when create new object , there network connection: object stored localy in core data (ios), , transferred backend - when create new object, there no network connection: object stored locally, , transferred when connected network , press sync.

all suggestions welcome!

tahnks!

sorry, did forget important information...

  • i'm using grails backend
  • the frontend (mobile application) ios app

is there way make sure there nog file/version conflicts between different devices?

you cold use various ways. @ advice, best 1 use parse framework. easy use , simple. log in , save objet in one. please visit this: http://parse.com

otherwise, can use icloud store , synchronize objects.


Comments