question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Repeating Triggers

See original GitHub issue

I need the following triggers to work on Android and IOS. After reading the issues and the documentation I am not sure that I have the correct/working syntax. In particular does firstAt work? If no what is the work around?

  1. I want the notification triggered every day for 5 days at 10:30AM. Here is what I have: trigger: { every: {hour: 10, minute: 30}, count: 5 }
  2. I want the notification every Friday at 10:30AM for the next 2 Fridays. Here is what I have: trigger: {every: ‘week’, firstAt: {month:3, day:30, hour:10, minute:30}, count: 2}
  3. I want the notification every other day at 10:30AM for the next 14 days. I am not sure this is possible, if not I am assuming I have to add each one manually. What is the limit on the number of notifications that can be added?

Thanks in advance for your help.

  • Plugin version: latest
  • Platform: Cordova
  • Cordova version (cordova -v): 8.0.0

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:5

github_iconTop GitHub Comments

3reactions
jaurakunalcommented, Jun 16, 2018

I have the same issue. Infinite loop - keeps vibrating constantly after it gets triggered. Only for Repeating notifications

2reactions
lfwellscommented, Apr 27, 2018

I am also having this “infinite loop” problem on a device. I constantly get notifications for the whole minute (constantly vibrating)

Read more comments on GitHub >

github_iconTop Results From Across the Web

ASMR| REPEATING TRIGGER WORDS - YouTube
Here are the trigger words in the video:LOWER LASH LINE 2:20-5:30LIGHTLY TOUCH 5:30-8:25BLOT ... ASMR| REPEATING TRIGGER WORDS.
Read more >
Message Triggers > Extracting Fields > Repeating Blocks
When a field is defined as a repeating block, ThinkAutomation will enter a loop and extract each block of the repeating section in...
Read more >
Schedule and run recurring workflows - Azure Logic Apps
In the search box, enter recurrence. From the triggers list, select the trigger named Recurrence. Screenshot for Consumption logic app workflow ...
Read more >
single/repeat/Non e/auto Triggers - Pico Technology
Repeat trigger is just a single trigger where your application collects a single event, and then repeats the process. Auto trigger just adds...
Read more >
Repeated trigger capture - Logic 2 - Ideas and Feature Requests
A repeat triggers helps capturing data for intermittent fault, ... A feature request from Dave (EEVBlog) for Repeating Trigger capture support.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found