i send notification with fire-base , in ios app i have this error :
sending FcmTokenRefreshed with no listeners registered
if app opened receive notification but when app closed not receive and show error .
excuse me for bad English!
"react": "16.4.1"
"react-native": "0.55.4"
"react-native-fcm": "^16.2.4",
"xcode 10.1"
Make sure to put this lines in your
FILE : AppDelegate.m :
1 )
2 ) add this line to the didFinishLaunchingWithOptions [RNFirebaseNotifications configure];
3 ) add methods