-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
None
When sending message through UPS Console, SimplePush clients are not notified at all, because the console does not specify value for 'simple-push' property in the payload to /sender endpoint.
The /sender endpoint thus ignore the SimplePush variant.
I don't believe that's correct, because if someone specified a SimplePush variant in his application, he just wants those clients to be notified, thus potentially use default behavior, which is sending empty payload to SimplePushServer (be it our impl or Mozilla's one).
I was thinking just to add it to the message being send by the UI not really a field in the UI where you can change it. Something like message.simplePush = 'version=' new Date().getTime();