benbahrenburg / benCoding.AlarmManager

Titanium Module for working with the Android AlarmManager
Other
98 stars 84 forks source link

Recieve yearly Notification every day #83

Open JoergEtzkorn opened 7 years ago

JoergEtzkorn commented 7 years ago

Hi, I tried to create a birthday notification for a selected birthdate. When I enter the date 27th July 1980, I generate the following object: {"requestCode":42,"repeat":"yearly","year":2017,"month":6,"day":27,"hour":0,"minute":1,"second":0,"contentTitle":"Test","contentText":"Test","icon":2130837600} I calculate weather the next birthday is this year or next year an set this/next year. I go to the Settings and set the system time to 26th July 2017 23:59 o'clock. I recieve the notification 2 minutes later as expected. But if I set the system time now to 27th July 2017 23:59 o'clock, 2 minutes later I recieve the notifiction again on 28th July, and so on.

I user Version 11 with Titanium SDK 5.5.1 Target SDK 23