How get chat (message) notification

In my iOS app i want to show my users notification or a badge count when they receive a new message, how can i achieve this, please suggest.

I am using following controller for in-meeting chating:

- ( **BOOL** )presentMeetingChatViewController:( **nonnull** UIViewController*)parentVC userId:(NSInteger)userId;

Hey @yadav.rajat

Thanks for using the dev forum!

By user’s notification or badge count, are you referring to push notifications or in-app notifications?

Thanks!
Michael