Okay, The dates coming close when the datastore api will get deprecated.
I need to think of a good way to transition my iOS app that essentially uses Dropbox Datastores as a way to store "text" notes and their attachments and another table houses the "Tags". All strings.
I'd really like to know if anyone tried this transition, at this point, i can only think the obvious like:
- Store all note-records as text files.
- use some kind of custom formatted schema where any additional note-data would be within the note-file itself.
Now one, big reason i used datastore api was that it had the "push" feature. I'd really like to know if there a good way to do that in API v2.
Lastly, is there an ObjC API v2 lib?