-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS][Notifications] does not work when app is killed / background #1179
Comments
Fixed it by removing FirebaseAppDelegateProxyEnabled from Info.plist |
@maggialejandro hey, I have removed FirebaseAppDelegateProxyEnabled from my info.plist, |
@maggialejandro solution worked for me. |
Hello , I am also facing similar issue. notification did not receive when IOS app in background/closed. |
Hello, I am having the same issue with data messages, but only when the app is killed. When it is in background it works fine. Also, I do not have a FirebaseAppDelegateProxyEnabled entry in my Info.plist. |
@andreififiita Did you find any solution for app killed issue.?? |
@maggialejandro |
when app killed, i cannot open my notification, seem app crashed immediate click on notfication. any update? i'm using ios device. |
@pheromonez to me it's like happens the same.. the app does not crash but it's put launched and put in background.. |
When the app is in Background, You should get a notification when you set @moulie415 image helped too. Thanks |
Issue
The Push Notification does arrive when the app is in background or killed.
It is received when app is next opened.
AppDelegate.m
AppDelegate.h
FCM Payload
any ideas?
Thanks in advance
Environment
iOS 9.3.5 Real Device on Release Mode
react-native-firebsse 4.2.0
react-native 0.53.3
XCode 9.1
MacOS 10.13.5
The text was updated successfully, but these errors were encountered: