BroadcastReceiver onReceive not triggering with AlarmManager setExact
My application is meant to send a notification after a certain interval, but the onReceive is not being triggered in my BroadcastReceiver when I use AlarmManager. I have stripped the code back to find the problem but am not having any luck. The setExact doesn’t seem to be key as I have tried just set and setExactAndAllowWhileIdle.