Event Handler issues

Hey,

I tried to trigger a before table creation handler, but it isn’t working when the table is saved from android.
When I call it from REST it is just fine.

It seems that Backendless.Data.Save doesn’t triggers my custom logic.

Other than that I’m also having issues debugging custom logic locally, since 90% of my calls end up in a timeout.
I say 90% because somehow some calls went through. (In production they work)

Thanks in advance!

Hi Steven,

It is indeed a bug. We made changes in the Java/Android library to get this working. (this is assuming you use Android, if not, please let us know). You can get the latest build at (click View Raw to download):
https://github.com/Backendless/Android-SDK/blob/master/out/backendless.jar

You will need to update the library only on the client side (where you call Backendless.Data.save).

Regards,
Mark

Thank you, now it works.