APPWARP- Connection with username always returns AUTH_ERROR!!

0 votes

Hi, I am not able to connect to appWarp. This is what i am doing :

appWarpClient.initialize(API_KEY,SECRET_KEY)
local function gameLoop(event)  
    appWarpClient.Loop()  
end  
Runtime:addEventListener("enterFrame", gameLoop)
appWarpClient.setRecoveryAllowance(60)

appWarpClient.connectWithUserName("username")

And every time i get the same response with "result code: 1" and the message "Incorrect Signature" :

 

 

 

 

asked Nov 23, 2017 in Corona by Muhammad Sarahneh (10 points)
edited Nov 23, 2017 by Muhammad Sarahneh

1 Answer

0 votes

Hi,

I tried to reproduce this issue on my sample but it is working fine.

Could you please share your sample in which we can reproduce this issue? Please share the same at support@shephertz.com.

It will help us to provide better support from our side.

Thanks.

 
answered Nov 29, 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
...