react-native-push-notification icon indicating copy to clipboard operation
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.

Open mabc21 opened this issue 7 months ago • 2 comments

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.

mabc21 avatar Jul 11 '24 00:07 mabc21