what is the equivalent for saveEventually Parse method in Backendless?
save method in Backendless raises an exception when there is no network connection but saveEventually caches and
saves when the network is available again.
what is the equivalent for saveEventually Parse method in Backendless?
save method in Backendless raises an exception when there is no network connection but saveEventually caches and
saves when the network is available again.
Currently there is no support for offline mode in Backendless.
Do you have plan to implement that?
yes.eventually())
is there any workaround to saveEventually()?
Store the objects in CoreData and queue them for delivery. Once a connection is available -> save them. That is what we do, works great.
thank you! will try
when you implement this?
When we add support for offline storage.