-
Notifications
You must be signed in to change notification settings - Fork 271
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
🐞[Background Processing Task not working on iOS] #557
Comments
Looking at the documentation it seems that they might indicate ios works only with the one off task as this is the only sentence above the ios example |
I saw registerProcessingTask in their example code, so I tried it. However, I did not see any trigger for this task. I looked up some documents about iOS Background Processing tasks. They say that the operating system decides when the task will be executed, and we cannot know when it will run; it depends on the operating system. It could be a few minutes later, a few hours later, or even a few days later. This is a real obstacle for data synchronization in the application. Is this true? Can anyone help me understand this better? |
Do you have any updates? |
@teenrage-dev No, I am looking for the solution to solve. But It's doesn't working. Did you find any update or the lib to switch to? |
Hello,
I have integrated according to the instructions for iOS. I have also tried with the example project, but it doesn't work with
registerProcessingTask
. When I tried withregisterOneOffTask
, it worked, butregisterProcessingTask
did not. Has anyone encountered this issue on iOS?I check the console log of device and receive the cancellation log:
My versions:
Doctor:
The text was updated successfully, but these errors were encountered: