Hi,
Imagine this scenario:
- I’ve an iOS app that must be synched with a file in the server named ‘my_file.json’
- When the app loads if the version of file in the app is different from the file version in the server the app must sync it otherwise nothing.
- How can I achieve this? Is there the option to associate a version to a file? Is there an option to trigger the ‘file changed event’ ?
Thanks
Matteo