I am working on an android application. In my app I have to implement pubnub chat with parse.com. I found the following code. github link
Successfully integrated project in Android studio.After login , when I started chat message is not senting and I am getting
Error sending message:[Error: 112-0] : Authentication Failure. Incorrect Authentication Key
.
If we login again , then I can see all the messages I sent but can't sent new messages.Please help me to fix this issue.