cordova local notification sound not working in ios and andorid

sound default 完美解决推动消息

cordova.plugins.notification.local.schedule({
    id: 1,
    text: "Single Notification",
    sound: isAndroid ? 'file://sound.mp3' : 'file://beep.caf'    
});

你可能感兴趣的:(Ionic,notification)