phonegap-build / PushPlugin

This repository is deprecated head to phonegap/phonegap-push-plugin
https://github.com/phonegap/phonegap-plugin-push
MIT License
1.31k stars 996 forks source link

e.payload.message on android is empty? #224

Open ghost opened 10 years ago

ghost commented 10 years ago

When I send a push to android the phone receives it but e.payload.message is empty?

rossholdway commented 10 years ago

Take a look at the actual data your sending from your push server. Do you have a e.payload.message property?

shortnoticeapp commented 10 years ago

I'm getting push on android but the AppName (title of push) is missing. I'm only getting message contetnt with app logo. Please Help. Thanks