Server not responding when request with setOtherMetaHeaders

0 votes

Hi, 

For several days, server not responding when we request it by passing setOtherMetaHeaders. We had this issue on these situations:

On resetPassword with email verification :

var headers:Dictionary = new Dictionary();
headers.emailVerification = "true";
userService.setOtherMetaHeaders(headers);

On send push notification with character encoding.

var headers:Dictionary = new Dictionary();
headers.dataEncoding = "true";
pushNotificationService.setOtherMetaHeaders(headers);

I havent test it on others, but could you please check this on your side? Thanks,

asked Mar 9, 2017 in Android by Tufan (64 points)

1 Answer

0 votes
Hi Tufan,

 

Team is looking into it, will update you once we checked at our end.

Could you please share internal logs of App42 method? It will help us to provide better support to you.

To print internal logs, put the below line of code just after the key initialzation:

App42Log.setDebug(true);

 

Regards,

Himanshu Sharma
answered Mar 10, 2017 by hs00105 (2,005 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
...