Open
Description
Hi there,
I now that there are lots of other issues where this question is discussed. I just want to ask to ask what is the best way to create a periodic task on iOS?
What I know
- The current documentation says, that this is not supported.
- Improved iOS BGTaskScheduler request options and scheduling #295 says, that is could be supported soon
- iOS 13 BackgroundTasks API #109 also raises hope
- In Periodically in iOS #206 is said, that small batches are no problem. But I do not found an example. I just want to make an API-Request every 15 minutes like on Android. How can I achieve this?
So I'm very confused at the moment.
- Does the library support periodic background tasks on iOS now? How?
- If not: Is this feature in development or at least on the road map?
Thank you very much in advance!