Replies: 2 comments
-
I believe getting the device logs (you may see them via Console.app when using a real device plugged in to the computer) may help, especially with debugging enabled (similar to this, to enable: firebase/firebase-ios-sdk#143 (comment)) |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ennabow were you able to solve this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A trouble: ios app doesn't show remote push notification in killed state.
The app does not wake up at 30 seconds in killed state.
Exception: the app wake up for remote push notification right after terminate app or for a several minutes after it. In other case app dosen't wake up.
Foreground, quit, background state - work correctly.
I saw similar issue - #6408
I can't implement PushKit because of I don't use voice messages or call. Someone suggested that this might cause problems when reviewing in AppStore.
Notification Service Extention is implemented.
Why remote push notification dont work in terminated state stable and doesnt wake up app?
signing & capabilities
payload contains 'contentAvailable': true
project:
firebase console contains
devices:
iphone X OS 16.0.3
iphone 6s OS 13.3
Background App Refresh is ON
data-only notification looks like this (I'm using admin-sdk, NodeJS):
(I tried send mixed push with
notification
part but no difference)I understand that firebase doesn't guarantee stable delivery of remote push notifications. But now app doesn't react at all on them.
It looks like I'm doing something wrong. Give me a hint, please, where could I be wrong?
Beta Was this translation helpful? Give feedback.
All reactions