hi all,
this is my code.
local notificationsx = require( “plugin.notifications.v2” )
local options = {
alert = “please for the love of god wake up!”,
badge = 2,
sound = “alarm.caf”,
custom = { foo = “bar” }
}
local dan = notificationsx.scheduleNotification(10, options)
I’ve got alarm.caf in my resources directory but I can’t hear the custom sound on my Android device. Also in the listener, event.sound is printing nil. What do I do? I’ve tried different file formats to no avail,
cheers