Reviewing question: How to set the repeat UILocal Notifications on the select list of Weekdays
On the complexity of creating repeating alarms, would it be acceptable to simply have an alarm schedule everyday in the background (easy), but then contain logic to only alert the user during the days they originally set to repeat on?
For example: They set an alarm to repeat only on Weds, Fri, Sunday at 10am. So the alarm is set to repeat everyday at 10, in the background, but there is logic to filter out the days that were not chosen to repeat. Thus the user will only see the alert on Weds, Fri, Sunday, but it will be going off everyday "in the background".
Is this permitted?