Expo local notification

Please provide the following:

  1. SDK Version: 38
  2. Platforms(Android/iOS/web/all): iOS, Android

Hey there, I’m having a hard time using expo notification service, in my app I need to schedule a notification to repeat every 8h, but I do need this notification to stop being send after a certain amount (not fixed, user input) is there anyway I can achieve it?

I tried to calculate how many notification I would need to send to the user by subtracting the (endDate-timeNow)/8hours, but neither Android or iOS can schedule more than 64 local notifications.

Is there any way to achieve it using expo notifications?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.