Remove notifications from notifications panel IOS

Hi all. We are writing messaging app on IOS using Expo and react native. We are using push notifications provided by Expo. Everything works fine, but there is problem. How can i determine and remove(dismiss, cancel, delete) notifications according to its sender? When user writes messages - notifications appears (for example with user_id=1). Then another user writes 5 messages and 5 notifications appear with user_id=2. When i click one of these notifications (from user_id=2) - Expo hides only notification which i clicked, but i need to hide all notifications according to user_id = 2. How can i close a “group” of notifications which belongs to special user? Thanks

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.