I am getting QBPrivateChatManager as null , I am using following code :
QBChatService chatService = QBChatService.getIntance();
privateChatManager = chatService.getPrivateChatManager();
getting privateChatManager as null.
I am getting QBPrivateChatManager as null , I am using following code :
QBChatService chatService = QBChatService.getIntance();
privateChatManager = chatService.getPrivateChatManager();
getting privateChatManager as null.
is null if you're not logged in ti Chat
so you have to login to chat first and then call this method
You must to create User session first
See more : http://quickblox.com/developers/Android_XMPP_Chat_Sample