googlearchive / firebase-jobdispatcher-android

DEPRECATED please see the README.md below for details.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't active job when app in background.

nguyenlinhnttu opened this issue · comments

  • I create one Job when app open, job work perfect.
    But when close app, Job not work, it not active ,while Alarm & WakeFull work.
    And when reopen app Job late time previous will active.

Sory my english not good.

Version; 0.8.4

using SimpleJobService to make job run in backround

I checked the Battery Optimisation option on my phone options and see that my application is optimized by the phone. So, background services have been having problems with waking up. I set the "not optimize" option and see services are working fine.

In April 2019 we announced that Firebase Job Dispatcher would be deprecated today, April 7th 2020. For this reason we are going to close all open issues and archive the repository. We will also stop supporting FJD for new app installations (such as those targeting sdk versions greater than Android Q). Existing apps that rely on FJD should continue to function as usual.

While we will no longer work on FJD, we encourage you to migrate to Work Manager which is a superior tool and fully supported by the Android team.

Thank you for taking the time to try the library and provide this feedback. We sincerely appreciate your effort and we apologize for not addressing it in time.