Vibration on remote push notification

I get a sound when receiving push notifications. If the phone is on silent then it vibrates.

Is there a way to generate both a sound and vibration on receipt of a push notification, which many apps seem to do?

(Tested on Android at the moment).

Thanks

This is a commonly asked question for native Android development. A lot of what you see in other apps is some client-side magic.
You would need to detach your expo project. Then when the app receives the notification, play a vibration… It’s a hack :scream:

1 Like