We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The plugin should allow making app perform background tasks ; I see this was initially planned, but forgot along the way: https://capacitorjs.com/docs/v2/apis/background-task
Name: Background Fetch Package: @capacitor-community/background-fetch
@capacitor-community/background-fetch
iOS Android
I have tried this: https://www.npmjs.com/package/@transistorsoft/capacitor-background-fetch but has major problems and not open source (it needs manually modify AppDelegate in iOS and the proposed code does not compile)
call a function user defined when app is activated for background fetch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Plugin Request
The plugin should allow making app perform background tasks ;
I see this was initially planned, but forgot along the way:
https://capacitorjs.com/docs/v2/apis/background-task
Name: Background Fetch
Package:
@capacitor-community/background-fetch
Platform(s)
iOS
Android
Existing Solutions
I have tried this:
https://www.npmjs.com/package/@transistorsoft/capacitor-background-fetch
but has major problems and not open source (it needs manually modify AppDelegate in iOS and the proposed code does not compile)
Description
call a function user defined when app is activated for background fetch
The text was updated successfully, but these errors were encountered: