error states that I need to add "remote notification" to Info.plist
See original GitHub issuehere is the 5th error message I’ve received trying to install this module. This first 4 I was able to resolve. using RN33 with fcm2.1.0
2016-09-21 15:15:57.781 Hyr[46044:5282187] You've implemented -[<UIApplicationDelegate> application:didReceiveRemoteNotification:fetchCompletionHandler:], but you still need to add "remote-notification" to the list of your supported UIBackgroundModes in your Info.plist.
2016-09-21 15:15:57.806 Hyr[46044:5282187] Could not locate configuration file: 'GoogleService-Info.plist'.
2016-09-21 15:15:57.825 Hyr[46044:5282187] *** Terminating app due to uncaught exception 'com.firebase.core', reason: '[FIRApp configure] could not find a valid GoogleServices-Info.plist in your project. Please download one from https://console.firebase.google.com/.'
My GoogleService file is there next to Info.plist
Issue Analytics
- State:
- Created 7 years ago
- Comments:15 (5 by maintainers)
Top Results From Across the Web
didReceiveRemoteNotification error for remote-notification
The app communicates to the operating system through its info.plist. The compiler has figured out that your app, because it contains this method,...
Read more >Do remote push notifications require to add ... - Stack Overflow
Navigate to Targets -> Your App -> Capabilities -> Background Modes and check Remote notifications. This will automatically enable the required settings.
Read more >Do remote push notifications require to add ... - appsloveworld
Navigate to Targets -> Your App -> Capabilities -> Background Modes and check Remote notifications. This will automatically enable the required settings.
Read more >Notifications - Expo Documentation
Please note: In order to handle notifications while the app is backgrounded on iOS, you must add remote-notification to the ios.infoPlist.UIBackgroundModes key ...
Read more >How to Add Push Notifications into an iOS App - OneSignal
To do that, you'll need to ask Apple to give you a production certificate. Go to the developer portal, click on Certificates, IDs...
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
You can also drag the GoogleService file into your project in Xcode
that is the reason. new import is only available in xcode i suggest you upgrade to support iOS 10 otherwise you need go down to lower package version