Skip to content

PushNotifications totally broken on Android #2446

@frederikbosch

Description

@frederikbosch

Bug Report

Plugin(s)

PushNotifications

Capacitor Version

7.0.x

Platform(s)

Android

Current Behavior

  • getDeliveredNotifications() throws as the linked PR shows
  • pushNotificationActionPerformed event throws as the linked PR shows
  • getDeliveredNotifications() notification.id is an int
  • removeDeliveredNotifications() does not work when passing a notification from getDeliveredNotifications()
  • according to documentation ActionPerformed object has a key .notification that represents the notification as PushNotificationSchema object, which is not the case. The notification object contains the id key merged with the keys from the data object. It does not have title, body and other keys.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions