我正在尝试使用pushbots在我的Android应用上添加推送通知。一切正常,收到消息,声音警报,但没有消息窗口/弹出窗口。我对此有点新并且卡住了(pushbots支持不是非常敏感或明确)所以请帮忙。
收到消息时,这是logcat的最后一部分:
D/ActivityThread﹕ SVC-Destroying service: com.pushbots.push.GCMIntentService@4220ca30
D/ActivityThread﹕ SVC-STOP_SERVICE handled : 0 / android.os.BinderProxy@4212e1f8
D/dalvikvm﹕ threadid=16: exiting
D/dalvikvm﹕ threadid=16: bye!
答案 0 :(得分:0)
当您收到推送通知时,您可以构建您向用户提供的通知。
https://developer.android.com/training/notify-user/build-notification.html