I would like to use some repeating operations scheduled every 10, 30 or 60 minutes. I will create interface IAlarm with some methods to schedule periodic actions. This actions have to live independent of parent application. In Android SDK I can implement IAlarm using Repeating Alarms, but what should I use on iOS and WP8 ?
↧