I am trying to add push notification from parse.com in my unity project for android platform. But I am having a hard time understanding and getting started with parse.com push notifications. The parse.com documentation for unity for android is hardly of any help and does not cover proper steps to take to make a push notification successfully. I want to send a message(push notification) from my parse.com dashboard console window to a registered device.
The issues i am having are as follows:
- How to register a android device?
- How to generate a device token for android device?
- How to check for applications installation on android device and pass it to parse.com
- I am unable to get/generate the device token.
Can anyone point me in the right direction as to what all steps should be taken to implement push notifications of parse.com for android device.
I even searched for some video tutorials for the same and even tried some demos but no luck with those too.
Note: I know parse.com is retiring their services by Jan 28, 2017.