notification

Good Day Mr Mark Piller

I have been trying to send notification via backendless and it doesn’t respond at all… i have done everything needed to be done for connecting my app to backendless …my device registration appears on the list and i have registered android server key…what could be the solution to this problem ?

Hello,

in a response, you should get MessageStatus with messageId,
use messageId to get status of push notification, here it is curl example:


curl -X GET http://api.backendless.com/&lt;your-app-id&gt;/<api-key>/messaging/&lt;full-message-id-from-MessageStatus&gt;