使用 Bluemix 推送的 Phonegap 不显示应用程序图标

Phonegap using Bluemix push don't show app icon

我需要在收到推送的通知栏中显示我的应用程序图标,但是当我在通知栏中收到推送通知时,Android Lollipop 只显示星形图标而不是应用程序图标,但在 IOS 通知栏中显示应用程序的正确图标。我正在使用带有 phonegap 的 IBM Bluemix 推送通知。我的 config.xml 是这个 http://pastebin.com/bpKFn51z

这个答案 White notification icon for Android with Phonegap Build and PushPlugin 可能有效,但 IBM Bluemix 只分发他的 API 的 jar 文件。

你应该使用 Cordova StatusBarNotification 插件。 或者,如果您想要更快的解决方案,可以按照以下博客中的建议进行操作 post:

http://devgirl.org/2012/10/25/tutorial-android-push-notifications-with-phonegap/