-
Notifications
You must be signed in to change notification settings - Fork 18
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
Make tasks more configurable #6
Comments
I’m aware. It’s coming. |
@christocracy I know that it is not nice of me for asking, but... any ETA? I need this feature and if this is not coming any time soon I would need to look into something else |
Within 30 days. |
Be aware, in my experience, these new iOS BackgroundProcessingTasks only seem to fire when the device is plugged into power currently, in spite of: request.requiresExternalPower = NO; |
@christocracy Thanks a lot for answering and thanks for all the work you put in in this plugin. |
@christocracy Fixed this here: #7 |
Allow to customise
requiresNetworkConnectivity
and the others from here:https://github.com/transistorsoft/transistor-background-fetch/blob/master/ios/TSBackgroundFetch/TSBackgroundFetch/TSBGTask.m#L151
Also expose this to the Flutter plugin: github.com/transistorsoft/flutter_background_fetch
The text was updated successfully, but these errors were encountered: