I have done the client side push notification application, with Kinvey backend, but I would like to send push notifications automatically from another Delphi application I am developing.
Seems like there have to be defined custom endpoint business logic function, which to handle the incomming requests, and send them to the appropriate Kinvey API.
This part seems to be handled by the component "BackendPush" and the endpoint function have to be placed as a name in "KinveyProvider" property "PushEndpoint".