Added configurable requiresExternalPower and requiresNetworkConnectivity params#96
Added configurable requiresExternalPower and requiresNetworkConnectivity params#96radiKal07 wants to merge 7 commits intotransistorsoft:masterfrom
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
.frameworkand I am not sure what's with the_CodeResourcesfolder, so please review these thoughtfully.