Closed milos1290 closed 5 years ago
Notes on PR descriptions
The scheduled local notifications are not fired when the app is killed on Android 8.0+
Switching IntentService to JobIntentService which will be started from BroadcastReceiver
Can you please confirm if you tested on pre and post api 25 emulators or devices as well?
I've tested it on pre Oreo versions and can confirm that it works as intended.
Notes on PR descriptions
Background
The scheduled local notifications are not fired when the app is killed on Android 8.0+
Implementation
Switching IntentService to JobIntentService which will be started from BroadcastReceiver
Testing steps
Is this change backwards-compatible?