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

Device doesn't vibrate when receiving a push notification (DEF-1664) #5

Closed britzl closed 3 years ago

britzl commented 5 years ago

Steps to reproduce

Boot the game so that a valid token is registered for the current device. Close the app. From Aviso, send a valid Push Notification to the desired coreUserId. Actual behaviour

Push is received but the device doesn't vibrate.

britzl commented 3 years ago

This works as expected. The device vibrates when the notification is received outside of the app. If the app is running no notification is displayed and no vibration is triggered (how to present and notify while in the app is left for each game to decide). Closing.