I have some in-App notification to show to users at a specific time but nothing is shown when the App is closed.
Setting alarm:
Intent alarmIntent =
The alarm manager doesn't trigger the Intent services on certain phones. I was testing the app on a Oneplus 3T the entire day before I realized there was nothing wrong with the code. Just tested the same app on a Moto G, and it works as expected.