Does backendless provides logging for Push Notification?

Does backendless provides logging for Push Notification? Our team need it to track the number and delivery status of the push notification.

Check the analytics screen first (Manage > Analytics) and see if that gives you the info you need.

To track the number of push notifications you can add an event handler (server-code) and count it there.

For the delivery status, you can use the following API. If the status comes back as “PUBLISHED”, the message has been delivered to APNS:
https://backendless.com/documentation/messaging/rest/messaging_get_message_status_2.htm

“To track the number of push notifications you can add an event handler (server-code) and count it there.”

Which eventhandler should I use to track push notification API usage?

That would be “Publish” under “Messaging”:

http://support.backendless.com/public/attachments/8756635ce6c71e7e259c67dc47e804c5.jpg</img>