transistorsoft / nativescript-background-fetch

iOS Background Fetch API Implementation for NativeScript
Other
28 stars 9 forks source link

Cannot read property 'CompletitionHandler' of undefined #16

Open cris1518 opened 5 years ago

cris1518 commented 5 years ago

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 performed the import in the app.js file, I tested the app on android 8.0.2

hkurma commented 5 years ago

I'm facing the same issue. Is there a solution for this?