- minimumBackgroundFetchInterval
- The desired minimum background fetch interval. This constant UIApplication.BackgroundFetchIntervalMinimum cane be used to set the minimum update interval or UIApplication.BackgroundFetchIntervalNever) to disable background fetching.
This method can be used to enable or disable background fetching. When this is enabled, the operating system will call the application's delegate UIApplicationDelegate.PerformFetch method at the discretion of the operating system to allow the application to download and request data from a server.
This requires that the application has the background fetch entitlement activated.