natsu1211 / Alarm-ios-swift

clone of the official IOS clock alarm app written in swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alarm Clock doesn't work after editing

Infinite7Soul opened this issue · comments

If I set Alarm Clock with every day repeating and then I change time I will not receive notification.
https://drive.google.com/open?id=0B9-ghTf1M_xCR0FKRzh1ZWJyR00

hi,
This is a known issue that i'm not quite sure how to solve :(
I've checked the code and found the reSchedule() function is called where it should be. But it is true that notification will not be fired after editing (if you switch off and on the button, it will work properly.)
I am not sure whether i missed something or it's just a bug of APK.
I will rewrite the scheduler using new ios 10 notification, then see whether this issue will be fixed or not.
hope anyone can help.

Glad that this project could help you and thanks so much for the testing.
I really want to solve this long known issue, any help will be appreciated.