You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah it's a good thought but I don't think that's it. If you look at the JobService docs it says the service will end if you return false in onStartJob:
Return true from this method if your job needs to continue running. If you do this, the job remains active until you call jobFinished(JobParameters, boolean) to tell the system that it has completed its work, or until the job's required constraints are no longer satisfied.
Returning false from this method means your job is already finished. The system's wakelock for the job will be released, and onStopJob(JobParameters) will not be invoked.
I was able to try the app on my friend's phone, and I saw that he didn't get a notification even though faves were available. When I ran dev on his phone and tried it again, everything worked fine... maybe reinstalling the app reset something?
lshanker
changed the title
Notifications Bug
Notifications Not Sent Bug
Apr 30, 2018
Someone told me notifications stopped sending after they'd been using the app for a while. Could be an issue with the boot receiver or alarms?
The text was updated successfully, but these errors were encountered: