Hi Kiril,
I'm developing a new hybrid app in appbuilder and I'm collecting some data about user usage (like datasource errors) and saving using window.localStorage.
Now, I'm wondering how can I submit this information to my webserver.
Currently I use a php webservice and I'm planning send this information to a page using http post.
My questin is: I'm reinventing the wheel or kendo have some feature to do something like this?