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.
PAMenabled. You need to modify this library to include anauth_keybypubnub.setAuthKey("my_auth_key");near here: github.com/WizTheEngineer/DroidMessenger/blob/… Also your parse server code needs topubnub.grant({...})permission and create anauth_keyfor your android client to use. - Stephen Blum