Closed Sphinix1 closed 2 years ago
See my comment here for advice debugging this: https://github.com/matrix-org/sygnal/issues/323#issuecomment-1259438550
Duplicate of #323 and others.
FluffyChat does not seem to implement iOS foreground notifications (as it uses exclusively fcm_shared_isolate
for it's FCM notifications, which lacks support for iOS altogether).
FluffyChat uses krille-chan/fluffygate as it's push gateway (https://push.fluffychat.im/), which sends notification
pushes, which are handled by the OS itself on iOS (More on the difference between notification
and data
pushes here). Sygnal, on the other hand, only sends data
pushes, which have to be processed by the app itself, which is not supported by FluffyChat.
See https://github.com/famedly/fcm_shared_isolate/issues/5 for an explanation and potential workarounds.
Also see #319 (https://github.com/famedly/matrix-dart-sdk/issues/1947, https://github.com/famedly/matrix-dart-sdk/issues/1948), #325 as these (separate) issues are also related to FluffyChat's push implementation
hi , i am using sygnal (self-hosted) with fluffychat. I dont seem to have notification pop-up unless fluffychat(ios) is running on the foreground. i have tried all the suggestions i could find . what am i missing . here is my sygnal.yaml