Push Problems, registration and event subscription
Good day,
I registered device fine initially, I could trigger the "push-notification" event using your builder, but couldn't access the events payload no matter what I tried.
Eventually, in the midst of trying various things, I lost access to the "push-notification" event completely (even generic alert("Hello") wouldn't execute from the event), and figured I might as well uninstall the app from my device entirely and restart. After uninstalling though, the app is no longer registering my device in the db.
There's next to no documentation on how to register manually, as it's supposed to do so automatically I gather. Also, I really am having problems accessing the payload of the "push-notification" event (or even just the event itself) , and the documentation there is a little unclear (to me, at least. Seems you updated it?)
Any help?