Open ghost opened 7 years ago
It happens to me too.. I think it happens because the background service and the app are running on the same thread..
if i dont kill app forcefully How long task will be executed. a few hours? Does android kill task when memory is full? (how can i get pushes from facebook/vk/someSocialNetwork's client? )
@ayazzali you get notifications from backend, thats why they works for you.
How often your background task work on real device? Did you test? My time interval about an hour.. (but maybe more, i just did not wait so much time)
Facing the same issue.
Facing the same issue.
My Platform is Android. The task gets executed when the app is in background, but when i forcefully kill the app that is the app is now neither in background nor in foreground then the task doesn't gets executed.
Please help