I am doing push notification for android using C2DM. it works well. but while receiving message in mobile, user can only view the message.
if we took APNS for iphone as example, user can response to the notification by clicking "view" button or "close" button. by using this i can track the response. Apple Push Notification Service on user response
is it possible to do this in android C2DM? i want to track the user response for the notification like apns.