I read all Apple documentation about background fetch and currently I'm using it like this:
[[UIApplication sharedApplication] setMinimumBackgroundFetchInterval:minimumBackgroundFetchInterval];
I let OS to decide when to perform background fetch, but if I set it like this:
[[UIApplication sharedApplication] setMinimumBackgroundFetchInterval:21600];
Does that mean that fetch will happen every 6h?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…