I Don't receive push notification when user kill app in "react-native-fcm": "^10.0.1", who can't hepl me (app in background and froground is working ).
See original GitHub issuethere is a known issue with Firebase SDK with iOS 11
https://github.com/firebase/quickstart-ios/issues/327#issuecomment-331782299
fix is pod 'FirebaseInstanceID', "2.0.0"
Before openning an issue
- Reproduce it with the example project in this repo.
- If you can’t receive iOS notification, make sure you can receive notification using quickstart-ios project provided by Firebase team
When openning an issue, please include following information for better support
- What version of RN and react-native-fcm are you running?
- What device are you using? (e.g iOS9 emulator, Android 6 device)?
- Is your app running in foreground, background or not running?
Issue Analytics
- State:
- Created 6 years ago
- Comments:33 (14 by maintainers)
Top Results From Across the Web
React-native FCM: Can't access notification data when the ...
But when the app is in background, the notification is received, but when I tap the banner, the app goes foreground, the same...
Read more >Change Nest notification settings - Google Nest Help
Change your phone's notification settings: If you don't want to get notifications, you can change your OS notification settings on your Android device...
Read more >Windows Push Notification Services (WNS) overview
How it works · Registering your app and receiving the credentials for your cloud service · Requesting a notification channel · Authenticating your ......
Read more >Push notifications with React and Firebase - LogRocket Blog
Sample React app setup. Bootstrap setup; Firebase setup · Linking projects · Integrate cloud messaging. Notification permissions and registering a ...
Read more >Push Notifications FAQs - Wells Fargo
Apple Wallet is a trademark of Apple Inc. App Store is a service mark of Apple Inc. Deposit products offered by Wells Fargo...
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 FreeTop 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
Top GitHub Comments
please read and answer these questions when you open issues
Before openning an issue
Reproduce it with the example project in this repo. If you can’t receive iOS notification, make sure you can receive notification using quickstart-ios project provided by Firebase team When openning an issue, please include following information for better support
What version of RN and react-native-fcm are you running? What device are you using? (e.g iOS9 emulator, Android 6 device)? Is your app running in foreground, background or not running?
try add
content_available: true
@sfm2222