I know how to enable/disable push notifications in an iOS app thanks to the help of this question.
But I need to enable/disable push notifications app-side for a particular thread in the app. For example in chat section I have multiple chat rooms and I want to enable/disable push notification for the particular chat room.
Any help on how to achieve this is appreciated.