User Online Status is not showing to other User

SendBirdSDK 3.0.228
OS Catalina 10.15.7
Xcode Version 12.2

I am implementing Sendbird chat and facing an issue is that When User is Chatting with others then they are not showing Online at that time. Even never showing online status or any Green Dot.

I am using simple way to Launch Chat.

  let channelListVC = SBUChannelListViewController()

  let nav = UINavigationController(rootViewController: channelListVC)
  nav.modalPresentationStyle = .fullScreen
  viewController.present(nav, animated: true, completion: nil) 

Hi @kumarlav,

Unfortunately, UIKit does not support displaying current online status.