defold / extension-push

This is a Defold native extension which provides access to Push Notifications functionality on iOs and Android devices.
https://www.defold.com/extension-push/
MIT License
20 stars 16 forks source link

Push notifications not consumed with the app opened (DEF-2152) #6

Closed britzl closed 3 years ago

britzl commented 5 years ago

When the user receives a push message with the app opened, the notification is not consumed. It can be seen sliding down the notifications menu.

Steps to reproduce:

Open Defold Examples Tap on Push Tap on local and wait for the message to arrive Slide down the notifications menu

Actual result:

Notifications are shown in the notifications menu

Expected result:

Notifications should be consumed and not shown in the notifications menu

britzl commented 3 years ago

Works as expected in the latest version of the extension. Closing.