How to block FCM notification popup in foreground iOS App in React-Native?

Viewed 805

I have built a Mobile App for Android and iOS platform using React-Native. I have integrated FCM using enter link description here. It works fine on Android. But my iOS App displays notifications in foreground also. I have defined

"show_in_foreground": false

In FCM message. How can we block notification popups in foreground iOS App.

0 Answers
Related