Ive implemented GCM using GCM Messaging Concepts and Options - Notifications and data in the message payload.
Only-Data Payloads works well as expected. But now iam sending data and notification payload. The notification is shown on the device as expected.
BUT how to handle the user clicks/touches the notification. I know how to do that using the data payload. How is this done using the notification payload?