Question

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.

  • How to send push notifications to the mobile clients from Delphi application with Kinvey backend ?
Was it helpful?

Solution

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".

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top