-
Notifications
You must be signed in to change notification settings - Fork 767
handle registerNotificationReceivedBackground on IOS #836
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
Comments
i have the same problem with registerNotificationReceivedBackground on ios |
Answered in #834 |
Yeah, i try this, but it doesn't work |
@mrjaxi , have you done all the things mentioned in https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/pushing_background_updates_to_your_app?language=objc ? |
I added |
After Testing, this callback is only triggered when silently pushed. |
I cant get data from push when app in background using registerNotificationReceivedBackground on IOS, but i fix this on Android by adding key "pushNotification": true in my request on GoRush server. How can I handle registerNotificationReceivedBackground on IOS?
The text was updated successfully, but these errors were encountered: