I would like to update my e.g ‘song plays’ by one in an async manner. Is there such a method?
Hi!
I think Atomic Counters API will be useful for this use case
https://backendless.com/documentation/utilities/ios/ut_atomic_counters_ios.htm
Regards,
Kate.
I cannot seem to know how atomic counters can be linked to my column in the examples? Any idea how I do that? I want to implement it in iOS
Atomic counters can be “linked” to a column through custom code. For example, in a “before” event handler you can increment/retrieve value from an atomic counter and put it into the object you’re saving/updating.