I am making app which is using UILocalNotification. I want to know how to make gaps in UILocalNotification i.e. how could I schedule alarm for 4 weeks(repeat daily or once in every other day) and off for 1 week and again on for 4 weeks and off for 1 weeks and so on. This is just a single case. These gaps are dynamic and are decided at runtime.
feedback
|
|
You won't be able to use
Some code that may help:
You can use the When you're app is started, you should clean all current local notifications and reschedule them to match your requirements. In particular, you'll have to adjust if the app is started during a 4 weeks period where notifications should be run. In this case you will have to adjust the proposed | ||||
|
feedback
|
|
She means to say that these gaos are dynamic....so if she set 28 notification for first 4 week and 28 notification for second period and so on....then this will cross 64 local notification per app.......also these gaps are dynamic means it can be anything suppose 12 weeks on / 1 week off.....then by ur method she has to set 84 notification for a single medicine(crosses limit) and their are surely more than one medicine of these kind... | |||
feedback
|