Closed Anshul1507 closed 5 years ago
Could you share any screenshot or gif?
Check my another issue, if your background service not running in bg in android>7, then there is no notification comes regarding mess
This issue was arising because Notification channels were not implemented, which are mandatory to display notifications in devices with Android Oreo and above. I have created a pull request #36 for this.
@kushsaini10 Yeah that is another thing , but the main bug in the app is team use only service for bg task instead of they have to implement this feature with the help of only Work Manager or Job-Scheduler that is only supported for bg task for android >8.0 in official doc. of android.
@Anshul1507 Can you point me where is this bg task written in the app.
I mean alarm manager service as bg service for regular notification on a mess time
Describe the bug Regular notification is not showing in android version 9.
Smartphone (please complete the following information):
Additional context I tested in android 7.0, it is working fine.