I’m trying to set icon and sound for ionic local notification , this is my code:
$cordovaLocalNotification.schedule({
id: item.IdCommande,
title: 'Notification MajorClass ',
text: 'Nouvelle Commande',
sound: "file://sounds/message.mp3",
icon:"http://webservicemc.wbconcept.net/Chauffeur/iconNotif.png"
}).then(function (result) {
//
});
});
but the result set default icon and sound for device !!!