Can iOS Unity games receive Firebase Cloud Messages without notifications in the foreground?
I am making a game on android and ios and use firebase cloud messages with firebase functions to implement in app messaging between users. I receive those messages in unity through OnMessageReceived callback and everything works as intended on Android,…