I\'ve to schedule a fixed task that check some info from internet at fixed interval timer.
Into Android, I use AlarmManager with setRepeating, but I\'m newbie to iOS. Th
You may use NSBackgroundActivityScheduler to pull something periodically.