Hello,
I am developing an offline hybrid app using Odata Kapsel plugin, and I would like to complete the implementation with the SMP Delta-token concept.
At the moment we have the API developed with OData/Json and our data are not shared, my first question would be:
- Is it possible to implement delta support without shared data?
- Delta token is dependent of the structure of your API? for example XML or JSON.
As front-end developer, and after the OData offline implementation, I guess is transparent for me, but I am not completely sure.. Is it needed to add additional code from my side?
What should it be the next steps for an hypothetic implementation of deltas?
Thank you in advance.