Hello, I've been implementing Amazon SNS service for Push notifications in my unity3d game. After going throught the docs , i have successfully fetched the notification in my device. But the problem is how do i extract the push message from the notification.
I see that the sdk has an Example folder where another folder has all the gcm classes. Also they have a JAR file in the Android folder in Plugin , i guess the JAR is only being used. Now how to edit the content or is there any way to retrieve the push message that i have recieved. Please help, seriously stuck here.