Hello
I am facing an issue whereas I am currently passing the soundName and soundEnabled as true for both Android and iOS. On iOS I am receiving the notification sound with the name that I have passed but for Android, it is not working. It is sending the notification with the default sound.
Also, upon checking documentation, it was mentioned to create channel via MobileMessaging.init as below:
https://github.com/infobip/mobile-messaging-react-native-plugin/wiki/How-to-create-android-notification-channel-with-custom-sound
But when I tried to do so, it threw me the error that these parameters are not found.
I tested on 2 infobip versions:
12.1.0
13.8.0
Please asssit.