I noticed that the phone is not vibrating on fcm notification arrival (app is in background). The app should have the permission, the channel is configured to vibrate and I checked the app permission on the phone where "Sound and Vibration" is activated in Android.
The current implementation only creates a notification sound and of course only if the phone is set to "loud" however a lot of phones nowadays are set to "silent / vibration" which results in the app not giving any indication that a notification is waiting.
Do you have an idea what to add/fix to enable vibrations for Android? Do we have to do anything for iOS?
I noticed that the phone is not vibrating on fcm notification arrival (app is in background). The app should have the permission, the channel is configured to vibrate and I checked the app permission on the phone where "Sound and Vibration" is activated in Android. The current implementation only creates a notification sound and of course only if the phone is set to "loud" however a lot of phones nowadays are set to "silent / vibration" which results in the app not giving any indication that a notification is waiting.
Do you have an idea what to add/fix to enable vibrations for Android? Do we have to do anything for iOS?
AndroidManifest.xml
Android MainActivity.cs