nativescript-background-fetch
nativescript-background-fetch copied to clipboard
iOS Background Fetch API Implementation for NativeScript
Hi :) Plugin is working fine on Android 👍 device.model LLD-L31 device.deviceType Phone device.os Android device.osVersion 9 device.sdkVersion 28 Is there an easy way to continue receiving Headless events in...
In the readme for setup it is stated to do the following: ``` if (app.ios) { class MyDelegate extends UIResponder implements UIApplicationDelegate { public static ObjCProtocols = [UIApplicationDelegate]; // BackgroundFetch...
When I try to enable headless mode on Android 8.1 / Nexus 6P, I get an error `java.lang.ClassNotFoundException`. We are running the latest version of NativeScript and the latest available...
I am attempting to update to v1.1.1 and I get the following errors on compilation: ``` node_modules/nativescript-background-fetch/background-fetch.ios.d.ts(3,59): error TS2304: Cannot find name 'UIApplication'. node_modules/nativescript-background-fetch/background-fetch.ios.d.ts(8,28): error TS2304: Cannot find name 'UIBackgroundFetchResult'....
Question 1 Repo clearly says "iOS Background Fetch API Implementation for NativeScript". However, in the code there are fallbacks for Android. So does it work an Android as good as...
Hi I have a problem, I installed the plugin but when import using **import {BackgroundFetch} from "nativescript-background-fetch"** gives me this error: **Cannot read property 'CompletitionHandler' of undefined** Why ? I...
i have added plugin in nativescript angular app, but not able to find solution for angular like how can i have a function which run on background after some time.
I had a runtime error in iOS "Error: Value is not a class." This was resolved by changing my TSConfig to "ES5" instead of ES6 or ES2015. As far as...
Hi, I am trying to use nativescript-background-fetch in Android App but it gives me error that BackgroundFetch.configure is not a function. I am using Javascript to develop android native app....