Search code examples
delphimobilepush-notificationdelphi-xe6kinvey

Send push notification to clients with Kinvey from Delphi?


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 ?

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