Open kpradeepkumarreddy opened 6 years ago
Check your stacktrace for other errors that you may introducing. Or perhaps your marshaling data that isn’t marshallable. Just some thoughts.
Check your stacktrace for other errors that you may introducing. Or perhaps your marshaling data that isn’t marshallable. Just some thoughts.
Are you able to get this working ?? I mean did you try integrating this library with job scheduler and got it working in your project ??
i integrated Job Manager with Job scheduler by following this guide https://github.com/yigit/android-priority-jobqueue/wiki/Integration-with-JobScheduler-and-GcmNetworkManager
Still the job is not running when the app is closed. I have set the batch mode as false, so that the job will run immediately. Even with setting batchSchedulerRequests = true, the job did not run at all. i waited for more than 15 minutes after closing the app. Though all the job conditions are met, the job did not run.