I am engaged on an Expo challenge for iOS in React Native the place I have to implement an area notification system that triggers each 15 days. Furthermore, I need to provide customers the pliability to specify the precise time for the notification to be triggered (e.g., each different Monday at 9 AM). Nevertheless, the problem arises when the person units the reminder on a day that does not align with this biweekly schedule straight (e.g., setting the reminder on Thursday for a notification that ought to go off each different Monday).
Thus far, I’ve experimented with utilizing timeInterval for scheduling notifications, however I am struggling to account for the user-defined time and guaranteeing the notification adheres to the 15-day interval, particularly when the preliminary setup date would not match the specified notification day (just like the Thursday to Monday state of affairs talked about).
I recognize any assistance on trace easy methods to obtain this.
thanks