minimumFetchInterval property

int minimumFetchInterval
getter/setter pair

The minimum interval in minutes to execute background fetch events.

Defaults to 15 minutes. Note: Background-fetch events will never occur at a frequency higher than every 15 minutes. Apple uses a secret algorithm to adjust the frequency of fetch events, presumably based upon usage patterns of the app. Fetch events can occur less often than your configured minimumFetchInterval.

Implementation

int minimumFetchInterval;