Skip to content

Android O notification channels #711

Closed
@iernie

Description

@iernie

I couldn't find an issue about this, so I am making one.

Given that Android O is just around the corner, the library will need to be updated to use notification channels in order for it to work on the next version of Android, and I guess a way of configuring the name of that channel. If not, no push notifications will show up on Android O and up.

NotificationCompat.Builder(Context context) has even been deprecated in favor for NotificationCompat.Builder(Context context, String channelId)

Read more about notification channels here:
https://developer.android.com/preview/features/notification-channels.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions