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" :