Hi @EddyVerbruggen ,
I tried this plugin and I could not trigger notification with custom mp3. When I removed the sound attribute, notification got triggered easily with default notification sound.
LocalNotifications.schedule( [{ id: id, thumbnail: true, title: 'Title', body: 'Body', forceShowWhenInForeground: true, at: new Date(new Date().getTime() + 10 * 1000), sound: "azan.mp3" } ] }])
Hi @EddyVerbruggen , I tried this plugin and I could not trigger notification with custom mp3. When I removed the sound attribute, notification got triggered easily with default notification sound.
LocalNotifications.schedule( [{ id: id, thumbnail: true, title: 'Title', body: 'Body', forceShowWhenInForeground: true, at: new Date(new Date().getTime() + 10 * 1000), sound: "azan.mp3" } ] }])