Does anyone know how to send a push message to a particular user through Kinvey service? Today I can send Push for everyone who uses my application, but I need to send to a single user.
thanks
Does anyone know how to send a push message to a particular user through Kinvey service? Today I can send Push for everyone who uses my application, but I need to send to a single user.
thanks
I found this comment in a blog article:
If you select Addons > Messaging > Push and select to send a message to Everyone, then everyone who has your app installed will receive that message. You can also setup specific users inside Kinvey and then select ‘Specific Users’ and define the users you want to send the message to.
Basically I am using KinveyProvider and PushEvents to authenticate TBackendUsers to create new user KINVEY In Console Kinvey created in Business Logic A Custom EndPoint as their documentation Then in Delphi I shoot the KinveyProvider.EndPoint: = 'name kinvey endpoint'; I know it's not exactly what you need, as I am also studying the same point you thought it would be helpful to share this information.