Closed mahipalsingh-syt closed 1 year ago
I haven't used this package (yet) but doesn't it say in the readme that it doesn't support local notifications for Android yet?
Upcoming: local notifications, background-state Rx queue (iOS equivalent)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
The issue has been closed for inactivity.
Local notification is not received on android device
Code :
const channelInfo: any = { channelId: "channelname", name: "channelname", importance: 4, description: "channelname tool", enableVibration: true, showBadge: true, } Notifications.setNotificationChannel(channelInfo)
const time = new Date(Date.now() + 10 * 1000) this.scheduleNotification({ date: time, title: "Notification No:" + time.toString(), message: "item.title", id: "testNotification", })