getting error as "Client is not authorized" in ios simulator

0 votes
Hi Team, Am getting error as "Client is not authorized" while running in iphone simulator, despite setting correct api key and secret key, I just wrote as " [App42API initializeWithAPIKey:@"xxx" andSecretKey:@"xxxxx"]; " . Any help please ? Thanks
asked Jul 26, 2017 in iOS by gtarun16 (11 points)

1 Answer

0 votes

Hi Tarun,

Can you share the exact code snippet you are using for initialization along with actual KEYS on support@shephertz.com?

Also, please enable the SDK internal logs using following code just after initializeWithAPIKey call:

[App42API enableTrace:YES];

and share the complete xcode console logs with us, It will help us to understand the problem you are facing.

Thanks.

answered Jul 27, 2017 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
...