{ "id": "173577", "key": "AC-6235", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2019-05-02T06:47:17.000+0000", "created": "2019-05-02T03:45:48.000+0000", "labels": [], "versions": [ { "id": "17038", "name": "Appcelerator Studio 4.5.0", "archived": false, "released": false } ], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2019-05-02T06:47:17.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [], "description": "by running the code \r\n\r\n{code:java}\r\nvar notificationId = 0;\r\nvar window = Ti.UI.createWindow();\r\nvar button = Ti.UI.createButton({ title: \"Send Notification\" });\r\nbutton.addEventListener(\"click\", function(e) {\r\n\tvar notification = Ti.Android.createNotification(\r\n\t{\r\n\t\tcontentTitle: \"Content Title\",\r\n\t\tcontentText: \"Content Text\",\r\n\t\tcontentIntent: Ti.Android.createPendingIntent(\r\n\t\t{\r\n\t\t\tintent: Ti.Android.createIntent({}),\r\n\t\t}),\r\n\t});\r\n\tnotificationId++;\r\n\tTi.Android.NotificationManager.notify(notificationId, notification);\r\n});\r\nwindow.add(button);\r\nwindow.open();\r\n{code}\r\n\r\nwhen notification channel not defined, it says \"Falling back to default notification channel.\"\r\n\r\nbut no notification show on top bar. not every device, i have 2 devices, Samsung A8* (8.0.0) and nexus 6p (8.1.0).\r\n\r\nit works fine in nexus but not in Samsung\r\n", "attachment": [], "flagged": false, "summary": "Android: Notification not showing in some devices", "creator": { "name": "dyan02", "key": "dyan02", "displayName": "ardy wongso", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "dyan02", "key": "dyan02", "displayName": "ardy wongso", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "tested in SDK 8.0.0, 7.5.0", "comment": { "comments": [ { "id": "448139", "author": { "name": "dyan02", "key": "dyan02", "displayName": "ardy wongso", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Sorry stupid mistake, notification was disabled by Clean Master App.", "updateAuthor": { "name": "dyan02", "key": "dyan02", "displayName": "ardy wongso", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-05-02T04:04:27.000+0000", "updated": "2019-05-02T04:04:27.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }