iOS Question Problem in firebase notification

webhost.company

Active Member
Licensed User
Longtime User
I have an important problem with the firebase notification
My app chats and my main core is firebase for send and receives a message
Unfortunately, sometimes my app does not receive a message
What is the problem?
The app is foreground or I kill the app and start again but not receive
As well, sometimes my network affect on receiving notification but not complete only sometimes
 

webhost.company

Active Member
Licensed User
Longtime User
Notifications will not show, by default, when the app is in the foreground.
Application_RemoteNotification will be raised when the app is in the foreground.


This is expected.
I know Erel, but my problem is in background and foreground
I send 10 notifications in a moment
Maybe that is problem?
 
Upvote 0

webhost.company

Active Member
Licensed User
Longtime User
Not enough information to say anything.
I found one thing in the app
When I try to connect to FM with FM.Connect, occur below error
Maybe that is the case for did receive messages sometimes?
Also, when I push to ios_general topic, message receive but when sending to the special topic, for example, user1 or user2, the message does not receive
Why?
 

Attachments

  • photo_2021-10-03_19-37-39.jpg
    photo_2021-10-03_19-37-39.jpg
    24.7 KB · Views: 99
Last edited:
Upvote 0
Top