I got it guys. The problem is I’ve used the APP_KEY and APP_SECRET to generate the JWT. The one needed to generate the JWT is the API key and API secret. So basically you need 4 constants: App key/ SDK Key, App Secret / and the SDK Secret for initialization, API key, and API secret for the generation of JWT.
