react-native-push-notification
react-native-push-notification copied to clipboard
Caller APPID needs to hold android.permission.SCHEDULE_EXACT_ALARM or android.permission.USE_EXACT_ALARM to set exact alarms.
Device info: Android 13 and 14 React-native-push-notification version: 8.1.1
In AndroidManifest I used to have
BUT google wants to remove USE_EXACT_ALARM if your app's main core functionality is not an alarm clock or a calendar. I removed USE_EXACT_ALARM and now my app is crashing when sending local notifications.