I am using cordova-plugin-local-notifications
plugin. Now I have issue to get my sound file in both Android and iOS.
window.plugin.notification.local.add({
id: '0001',
date: new Date,
message: 'hello',
title: 'title',
badge: 1,
sound: 'www/resources/audio/beep.mp3',
autoCancel: true,
ongoing: true
});
What I need to do I need to change in native side my app in sencha touch.