I am working on an app that keeps people updated with news around a certain event. That means that I don't want to run background fetches all the time. And one more thing, what I understood from Apple's background execution documentation is that it is not guarantee to have those fetch operations scheduled as the minimum fetch interval set.
So is there any way to schedule those fetches guaranteeing those fetch intervals? I know of silent push notifications but I don't want to have a server side solution.