cordova - Pushwoosh and Android Phonegap App not communicating -
the problem okay have phonegap (2.3.0) android application pushwoosh manage push notifications. followed instructions, , got app few wording errors working. app seems run fine, doesn't seem pushwoosh pushing gcm (google cloud messanger), turn isn't pushing app. think wrong, first time using gcm , pushwoosh. on pushwoosh console page shows each "push" completed no errors, on gcm console doesn't show requests, nor notification pop on phone. i have gcm api key (server key) in xml , pushwoosh correct xxxxx-xxxxx key. here code better outline how code setup (and maybe can see i'm missing). the code here androidmanifest.xml <?xml version="1.0" encoding="utf-8"?> <supports-screens android:largescreens="true" android:normalscreens="true" android:smallscreens="true" android:resizeable="true" android:anydensity="true" /> <uses-sdk android: