6.9.0 • Published 9 months ago

@awesome-cordova-plugins/background-fetch v6.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Background Fetch

$ ionic cordova plugin add cordova-plugin-background-fetch
$ npm install @ionic-native/plugins/background-fetch

Usage Documentation

Plugin Repo: https://github.com/transistorsoft/cordova-plugin-background-fetch

iOS Background Fetch Implementation. See: https://developer.apple.com/reference/uikit/uiapplication#1657399 iOS Background Fetch is basically an API which wakes up your app about every 15 minutes (during the user's prime-time hours) and provides your app exactly 30s of background running-time. This plugin will execute your provided callbackFn whenever a background-fetch event occurs. There is no way to increase the rate which a fetch-event occurs and this plugin sets the rate to the most frequent possible value of UIApplicationBackgroundFetchIntervalMinimum -- iOS determines the rate automatically based upon device usage and time-of-day (ie: fetch-rate is about ~15min during prime-time hours; less frequently when the user is presumed to be sleeping, at 3am for example). For more detail, please see https://github.com/transistorsoft/cordova-plugin-background-fetch

Supported platforms

  • iOS

6.9.0

9 months ago

6.8.0

12 months ago

6.7.0

1 year ago

6.5.0

2 years ago

6.6.0

2 years ago

6.4.0

2 years ago

6.3.0

2 years ago

6.1.0

3 years ago

6.0.1

3 years ago

6.0.0

3 years ago

6.2.0

3 years ago

5.46.0

3 years ago

5.45.0

3 years ago

6.0.0-alpha.3

3 years ago

6.0.0-alpha.4

3 years ago

5.43.0

3 years ago

5.44.0

3 years ago

5.42.0

3 years ago

6.0.0-alpha.0

3 years ago

6.0.0-alpha.1

3 years ago

6.0.0-alpha.2

3 years ago

5.41.0

3 years ago

5.40.0

3 years ago

5.39.1

3 years ago

5.37.3

4 years ago

5.38.0

3 years ago

5.39.0

3 years ago

5.37.2

4 years ago

5.37.1

4 years ago

5.37.0

4 years ago

5.36.1

4 years ago

5.36.0

4 years ago