我安装了该插件,没有任何问题,我进行了测试,没有任何反应
let hr = 19;
let mn = 25;
let ss=1;
this.localNotifications.schedule(
{
id: 1,
title: "Asthma app",
text: "c’est le temps d’évaluer le contrôle de votre asthme",
sound: this.platform.is('android') ? 'file://sound.mp3' :'file://beep.caf',
icon: 'assets/imgs/supplies.png',
every: { hour: hr, minute: mn ,second : ss}
});
请帮助我。