buddy service message is not proper son

0 votes

When i retrive message from buddy service. it is an invalid json string. e.g

{

    data = "abc'";
    from = 1234;
    to = "1236";
    type = 123323;
    version = "0.1";
}
 
can you have a look. Or guide me if i am on wromg path.
asked Apr 7, 2016 in iOS by zohaib.ehsan (10 points)

1 Answer

0 votes
Hello Zohaib,

Could you share some more details like the API you are calling, the SDK inetrnal logs, and the response you are getting from server?

To get SDK internal logs please use following code just after App42API initialisation:

    [App42API enableApp42Trace:YES];
 

Thanks.
answered Apr 8, 2016 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
...