Skip to content

cancel PushNotification on a given date or after some Time/Days.. #20129

@GaneshSinghPapola

Description

@GaneshSinghPapola

I have a scheduled notification here like:

PushNotification.localNotificationSchedule({
   alertTitle : "My Notification Title", 
   alertBody :"My Notification Body",
   fireDate : new Date(Date.now() + (120 * 1000)) , //2 mins
   repeatInterval :'day'
});

I assume notification should be fired on daily basis.
Now how do i prevent this notification after 3 days??

Metadata

Metadata

Assignees

No one assigned

    Labels

    Ran CommandsOne of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions