3
我有一個使用Ionic Framework開發的Android應用程序。我正在使用ngCordova plugin for push notifications並使用parse.com發送它們解析推送通知不會出現在Android上的通知托盤上
當應用程序正在運行時收到通知,但當應用程序在後臺時通知未在通知托盤上顯示。我收到類似這樣的內容:
notification = {
payload: {
data: {
alert: "message",
}
}
}
但是,當我通過CGM直接發送它們時,通知確實會出現在通知托盤上。我收到的對象是:
notification = {
message: "this appear on notification tray",
payload: {
message: "this appear on notification tray"
}
}
Parse有什麼問題嗎?或者我錯過了關於Parse的內容?
嘿,你可以請你分享你的代碼(你使用ngCordova設置Parse推送通知的方式) – 2015-03-27 18:43:04