Relative Content

Tag Archive for iosflutternotificationsawesome-notifications

iOS on Flutter with Awesome Notifications: Custom Sound Not Playing

I am using the Awesome Notifications package in Flutter to handle notifications across both Android and iOS. While I can successfully implement custom notification sounds on Android, I am facing issues with iOS where no sound is played when a notification is received. If I remove the soundSource parameter, the default notification sound plays without any issues.