I messed up migration of single alarm to multi-alarm. I didn’t set the description field which meant that users to null reference exception and a crash when they tried to edit the migrated alarm.
I have fixed above error. Additionally Free version had failed last update. I was required to localise DayOfWeeks. Took me a while to figure out but the solution couldn’t have been simpler.
Thread.CurrentThread.CurrentUICulture.DateTimeFormat.DayNames
this is a localised Day Of Week names which can be consumed easily. Apps now with Marketplace
1) Wordastic
2) CVC Wods
3) Slydr
4) Alarm Clock Free
5) Alarm Clock
I have started working on a new app but its been a slow progress. Once i finish 3rd app, i might go back to Cool Camera as that would do with some patches based on stack traces.