@bram209 wrote:
Hello, I am trying to shedule a local notification with a custom sound.
This works only when the app itself is opened. When it is running in the background, I get the notification, but not with my custom specified sound.
LocalNotifications.schedule({
id: 1,
title: "Test title",
text: "Single Notification",
sound: 'file://doorbell1.mp3'
});
Posts: 1
Participants: 1