GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Not Our Bug |
Resolution Date | 2016-03-17T08:29:31.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | Android, Marshmallow, PushNotification |
Reporter | Prafull Bansode |
Assignee | Srikanth Sombhatla |
Created | 2016-01-05T08:20:15.000+0000 |
Updated | 2017-03-21T20:40:34.000+0000 |
I am not able to observe the App Icon image on Push Notification tray, when I run the app on Android Marshmallow device. On other Android device, I am able to see it. Can I please expect related updates on the relevant concern??
Hello, For push notification in Android Marshmallow use Titanium SDK 6.0.0.v20151228134127. Run "ti sdk install -b master -d" to install the SDK. See the attachments. If you want an image to show with your push notification you need to put the image in "platform/android/res/values". Now after building the app when you send the push notification through appceelartor platform in icons section write the name of the image. The notification will arrive with the image you choose. Thanks.
Thanks Sharif for the help. I had tried this solution. But still not able to see the much clear App Icon. I had tried some different image for Push Notification (Just for testing purpose). What I've found is, it is showing the image, but not that clear as it should be. The image looks much white, though it is originally black. I've attached the respective image & screenshot for more clearance.
I am facing the same issue on Marshmallow. On other OS the push notification is working fine, but on Android Marshmallow the icon for Android push notification appeared white in color. Please help me to solve this issue.
[~prafull3313] [~yashrevandkar] From Lollipop (material design) onwards the notification icons are applied on white. The assets should be updated accordingly. This is assets issue, not an issue on titanium. https://developer.android.com/about/versions/android-5.0-changes.html#BehaviorNotifications https://github.com/owncloud/News-Android-App/issues/348
Closing this ticket as the issue is not our bug.