You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like that the Notification Channel on Android gets created when the first notification triggers and not on scheduleing the first notification.
Your Environment
Plugin version: 0.10.0
Platform: Android
OS version: 10 - 13
Device manufacturer / model: Xiaomi Redmi 7A and Google Pixel 6
Cordova version (cordova -v): 11.0.0
Cordova platform version (cordova platform ls): android 11.0.0
Plugin config
Expected Behavior
The Notificationchannel should be created on scheduling the notification or prior
Actual Behavior
The Channel got created after the notification triggers
Steps to Reproduce
The Aps has to be freshly installed so there are no prior notificationchannels
schedule a notification
check in the App-Info the notification channels (no channel there/should be)
The text was updated successfully, but these errors were encountered:
mariosteinbacher
added a commit
to mariosteinbacher/cordova-plugin-local-notifications
that referenced
this issue
Jan 23, 2023
It seems like that the Notification Channel on Android gets created when the first notification triggers and not on scheduleing the first notification.
Your Environment
cordova -v
): 11.0.0cordova platform ls
): android 11.0.0Expected Behavior
The Notificationchannel should be created on scheduling the notification or prior
Actual Behavior
The Channel got created after the notification triggers
Steps to Reproduce
The text was updated successfully, but these errors were encountered: