evollu / evollu/react-native-fcm
What to do when the app is dead?
- Dominant language
- Java
- Stars
- 1.7k
- Forks
- 661
- PR merge metrics
- No merged PRs in 30d
Description
Hey, this is more a question; The notification it's working pretty well while the app is opened (foreground) and minimized (background); events and badge working. Good.
Now problem is, while the app is dead (closed) I can only receive those banners, but not badge or listeners; Question:
Is there a way to fix this? Should I use `react-native-fcm` or `native code`?
What version of RN and react-native-fcm are you running?
```
"react": "16.0.0-alpha.12",
"react-native": "^0.48.4",
"react-native-fcm": "^15.0.0",
```
What device are you using? (e.g iOS9 emulator, Android 6 device)?
```
iPhone 6 - iOS11
```
Is your app running in foreground, background or not running?
```
Running in foreground and background
NOT Running when id dead/close
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.