-
Notifications
You must be signed in to change notification settings - Fork 19
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
iOS 13 background task #1
Comments
I running your project in iOS 13.1.2 , it doesn't work, i can't receive local notification |
Me nether :( |
Hi Guys,
Will check and update you next week.
…On Fri, Oct 18, 2019 at 2:28 PM Marius Hartig ***@***.***> wrote:
Me nether :(
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZL7N5CGUZXYVYVNGRQGDLQPF3FBANCNFSM4I52MNGA>
.
|
According to the docs:
|
I tried with 13.1.3 and it's the same. The task requests are submitted successfully, but the code of the tasks is never executed. When I check their status with:
It shows the requests as pending but they never get to run:
|
One more finding: Following this article I managed to force the task to run by executing
|
@mbektchiev thx its for me now also working its look like that iOS don't call this so many times |
You're welcome, I'm glad I've helped with my observations 😄 I actually left the app running for the whole last night, and it seems that the background task wasn't launched even once... I'm not sure whether that's normal or not. Explicit triggering with the debugger seems to start it, but I still haven't managed to see it work, otherwise. |
|
Just had a question, is this expected to fire only while the app is backgrounded and not suspended (swiped away)? |
Hello,
This is a question not an issue. is there any limit on how many times we can perform a task? or how soon we can make another call to perform same action again and again.
We have a project that stops after iOS 13 release we were using background location for that but it looks like it stops working in iOS 13.
I really appreciate your quick reply.
Thanks
The text was updated successfully, but these errors were encountered: