-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Conversation
@zo0r this is really useful. Why not merge as this should be standard practice in new android apps. As i see this is hardcoded. It probably should be exported as part of the config object when calling local notification.
|
+1 |
1 similar comment
+1 |
+1, what disturbs this PR being merged? |
why isn't it merged? |
Channel ID is generated based on configuration of the notification, does this PR fully address the problem or is just a workaround to get you own channel id ? |
Please merge it. The code looks great and it also includes the introduction in the readme 😢 |
@summer88123 may you update the PR in order to avoid conflicts with master? |
This change doesn't solve the issue of channel_id, it's just allow you to get a "custom" I know the current Library doesn't provide a good channel management, but I'm sure this change will not solve the issue of channel management and lead more issues on Github due to all cases listed. |
Hey @Dallas62! Happy to see activity on this PR! 😄 What you say is correct, but it's something related to the Android framework, not this library. If we apply this PR and the developer creates the notification channels on the Android side, that's it. We'll have all the power the Android notification channels give. In case the notification doesn't exist, it will crash, but it's a problem of the developer that hasn't created the notification channels properly. What you said with |
I will take a look into it, |
Thank you so much for your support @Dallas62 👌 |
No description provided.