question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

error states that I need to add "remote notification" to Info.plist

See original GitHub issue

here 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:closed
  • Created 7 years ago
  • Comments:15 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
cristovao-trevisancommented, Oct 19, 2017

You can also drag the GoogleService file into your project in Xcode

1reaction
evollucommented, Sep 22, 2016

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found