Parse push notification not appearing as System Tray notification on Android (Cordova app) -


i have cordova based android app. have added pushplugin (https://github.com/phonegap-build/pushplugin) register device gcm , notified when push notification comes in.

i not using parse android sdk. sending push notification using parse.com service.

when app running in foreground callback registered in code called data in push. when app suspended or stopped no notification appears in system tray , there no beep or vibration either. see log lines incoming push in adb logcat.

instead if send push notification using gcm directly, when app suspended/stopped, proper system tray notification app icon, specified title. there audio alert , vibration.

what's different push sent parse.com makes not appear in system tray? , how can make adb logcat print more information push payload itself?


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -