Native¶
Use TSBackgroundFetch directly in your native iOS (Swift) and Android (Kotlin) apps — no React Native, Flutter, Capacitor, or Cordova required.
Installation¶
| Platform | Manager | Coordinate |
|---|---|---|
| iOS (Swift) | Swift Package Manager | transistorsoft/transistor-background-fetch → BackgroundFetch |
| iOS (Swift) | CocoaPods | pod 'TSBackgroundFetch' |
| Android (Kotlin) | Gradle / Maven Central | com.transistorsoft:tsbackgroundfetch |
Detailed setup lives in each language section — see Swift Setup or Kotlin Setup.