sendPrivateChat gives error code 2

0 votes

Hi,

I want to invite a friend to play.

so I Called a method  WarpClient.GetInstance().sendPrivateChat("Mkmkmk","Testing done");

username is static for now.

 

and on call back

public void onSendPrivateChatDone(byte result)

{

     Log ("onSendPrivateChatDone : " + result);

}

I got error code 2 means RESOURCE_NOT_FOUND.

why I got this message?

Please help

Thanks

asked Mar 28, 2018 in AppWarpS2 by mkc110891 (16 points)

1 Answer

0 votes
Hi,

Apologies for delayed response.

This error code(2) comes if the resource you are addressing is not available on AppWarp Server. In your case, you are addressing a particular user, if that user is not currently connected to the AppWarp Server, you will get this respose code.

Please let me know if you have any further query.

Thanks.
answered Apr 2, 2018 by rajeev.etc (1,660 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...