Hello,
I have a problem receiving push notifications on my standalone app on Galaxy Watch Active 2.
The registration went correctly, i have a valid registrationID and appID, the PushClient starting up goes to STATE_REGISTERED.
And from my app server i can send notifications to Tizen RQM servers, and get back a success response,
but on the device or the emulator i don't see anything, not the notification handler getting called.
I tried both with the app running and with the app closed.
My current Tizen version is 4.0.0.7.
This is the notification i am sending:
{"regID":"1234567890","requestID":"0000001","message":"action=ALERT?badgeOption=INCREASE&badgeNumber=1&alertMessage=Hi"}
with correct regID, and appID and appSecret as headers.
Currently trying to send via west europe RQM, and getting back the response with statusMsg: Success.
Push notifications on Galaxy Active Watch 2