I am developing an app with Urban Airship PushNotification. It is working for me, I am able to get the push notification also. My requirement is with Pushnotification I am passing an Extra Value, I want to change the status bar icon for the notification based on the Extra Value.Assume If the Extra Value is ‘1’ I want to show my App Icon, if it is ‘2’ I want to show another icon. Please Help.
I am developing an app with Urban Airship PushNotification. It is working for me,
Share
I would suggest disabling Urban Airship’s notifications and handling the Push events manually.
To disable Urban Airship’s notifications, override
BasicPushNotificationBuilder:Then implement an intent receiver according to the documentation here, and create your own
Notificationto meet your spec.