Nishant:
Offline caching is done by the mobile libraries and typically require some additional coding (which can be found in our guides). The flow would go something like this:
Use custom endpoints to pull data. Save data to collection. Create data sync within kinvey libraries. Enable offline caching in libraries.
Thanks,
Hey Damien,
How can we create a data sync within Kinvey libraries?
It would be great if you could elaborate.
Nishant:
Here is an example for our iOS library: http://devcenter.kinvey.com/ios/guides/caching-offline .
Thanks,
Nishant Ranjan
I have implemented some custom code. I am getting objects in response to the custom code request. Will these objects be cached and available for offline support.