EddyVerbruggen / nativescript-local-notifications

:mailbox: NativeScript plugin to easily schedule local notifications
MIT License
162 stars 57 forks source link

Custom Notification Sound #179

Open anjupoulose opened 4 years ago

anjupoulose commented 4 years ago

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" } ] }])