Steffaan / cordova-plugin-local-notifications

Cordova Local Notifications Plugin
Apache License 2.0
31 stars 38 forks source link

In android version 7.0.0 Ionic V1 the notification not firing if scheduled for future time #6

Open Venkatesh-Sugan opened 5 years ago

Venkatesh-Sugan commented 5 years ago

WARNING: IF YOU IGNORE THIS TEMPLATE, WE'LL IGNORE YOUR ISSUE. YOU MUST FILL THIS IN!

Provide a general summary of the issue.

Your Environment

Expected Behavior

if local Notification scheduled for future time with trigger parameter it should work.

Tell us what should happen if local Notification scheduled for future time with trigger parameter it is should work

Actual Behavior

Tell us what happens instead if local Notification scheduled without trigger parameter it is working perfectly. if local Notification scheduled for future time with trigger parameter it is not working the notification is not triggering, for the above sceanrio it is not working the notification being scheduled but not working

Steps to Reproduce

cordova.plugins.notification.local.schedule({ id: id, title: title, text: text, trigger:{at:new Date().getTime()+60*1000} }); Reproduce this issue; include code to reproduce, if relevant

  1. ...
  2. ...
  3. ...
  4. ....

Context

What were you trying to do?

Debug logs

Include iOS / Android logs