hello everybody
I need some help on parse plugin push notification https://github.com/avivais/phonegap-parse-plugin
to trigger an event on notification received.
I tried following
- I tried adding target uri while pushing notification but its generating errors i checked parsed apk target uri is only possible with android sdk
- I tried to add a receiver class inside the above plugin and added the javascript call but it generates errors and i am not able to register app
i tried to add some other plugins also but those plugins are not able to compile.