Hi all.
I'm moving my first steps with App42 Cloud Api (using Delphi Seattle).
My application do activate without erros, but I Ithink I need help to understand which is the correct path to follow to setup a user in the App42 console
Indeed, when I try to call:
PushEvents1.RegisterDevice;
I always get a "Device token request failed' with a "404 error".
The endpoint called in background is:
https://api.shephertz.com/cloud/1.0/user/User1
where User1 is a user that I have created in the App42 console.
Maybe "user1" isn't recognized, in the device registration process, by App42 server as a valid one for push notifications service?
Any help would br appreciated.
Marco