evollu / evollu/react-native-fcm
App crashed when I want to create notification
- Dominant language
- Java
- Stars
- 1.7k
- Forks
- 661
- PR merge metrics
- No merged PRs in 30d
Description
RN 0.50.4
FCM 15.0.0 and 16.2.4
IOS 12.1
ERROR Exception '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key shouldAlwaysAlertWhileAppIsForeground.' was thrown while invoking scheduleLocalNotification on target RNFIRMessaging with params (
{
"auto_cancel" = 1;
body = "Time to take AVC ";
channel = "bio_notification";
"fire_date" = 1542911460000;
icon = "ic_launcher";
id = "AVC -4-1";
"large_icon" = "ic_launcher";
lights = 1;
"local_notification" = 1;
name = "AVC ";
"notification_type" = REMINDER;
priority = high;
"repeat_interval" = week;
"show_in_foreground" = 1;
sound = default;
title =AppName;
type = med;
vibrate = 300;
"wake_screen" = 1;
},
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.