So I am trying to figure out a solution for delivering notifications to a user. I have a scenario where I want to send a notification at the same time each day but only if a boolean value is true (the boolean value in this scenario is checking to see if it is a weekday or not). I have set up push notifications for my app using OneSignal but their automated/scheduled notifications do not have enough customization (from what I understand, I may be incorrect) for my liking. I have tested local notifications and have had them run successfully but I am a bit confused how I could implement a process with local notifications that it only runs if it is a weekday.
Any suggestions?