-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
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
Added configurable requiresExternalPower and requiresNetworkConnectivity params #96
base: master
Are you sure you want to change the base?
Conversation
Not bad. |
Using my version via git dependency I get the following error: |
Ok, fixed the issue but now |
Sorry, I can't accept this PR as-is. The plugin already has existing config options |
Also, you're sending {
stopOnTerminate: false,
enableHeadless: true,
forceAlarmManager: true,
requiresExternalPower: null,
requiresNetworkConnectivity: null
} Which crashes iOS.
|
@christocracy Btw, regarding the second comment I initialise the variables to |
…tivity to false always
@christocracy I pushed new commit where I re-use the |
@christocracy any updates on this? |
@christocracy ping |
@christocracy |
@christocracy fixed conflicts |
Added support to configure this params, fixing this issue: transistorsoft/transistor-background-fetch#6
I am not familiar with Objective-C or the way to build a
.framework
and I am not sure what's with the_CodeResources
folder, so please review these thoughtfully.