[ERROR] "_FCMNotificationReceived", referenced from:
See original GitHub issueWhen i run react-native run-ios
,occured as follow
"_FCMNotificationReceived", referenced from:
-[AppDelegate application:didReceiveRemoteNotification:fetchCompletionHandler:] in AppDelegate.o
-[AppDelegate application:didReceiveRemoteNotification:fetchCompletionHandler:] in AppDelegate.o
any one who suffered the same things?
Issue Analytics
- State:
- Created 7 years ago
- Comments:26 (6 by maintainers)
Top Results From Across the Web
Use of undeclared identifier 'FCMNotificationReceived' #52
I get the following error: Use of undeclared identifier 'FCMNotificationReceived'. Any idea why? Pretty sure I added all the files the right way....
Read more >ios - FCM notification received but data part is not received
I am using firebase push notification service to send notification to ios device. We are sending from server "data" and "notification" both ...
Read more >react-native-fcm-tr - npm
I've created an example project using react-native-firebase as a migration reference. react-native-fcm will still take PRs and bug fixes, ...
Read more >FCM PROCEDURES OF THE CLEARING HOUSE LCH LIMITED
The Clearing House accepts no liability for any error within or corruption of any data sent by an FCM Trading Venue to the...
Read more >Understanding message delivery | Firebase Cloud ... - Google
Aggregated Android SDK delivery metrics from the Firebase Cloud Messaging Data API; Comprehensive data export to Google BigQuery. Note: the tools in this...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I ran
react-native link react-native-fcm
again, followed by a clean build, and now it works! Apparently some links had been lost in all the updates. Android was correctly linked still, but not IOS.Thanks!
To fix it, I had to update the pod file like below.