Ok thanks. Is there any set up code I need to call to register for notifications? I was using the merchants/{mId}/notifications endpoint and using a rest client to send messages. I got a 200 back for sending the message but never received anything on my Clover emulator.
You need to have a receiver in place to catch the resulting broadcast. First thing I'd do is try the app notification test in the SDK. It uses V2, but that'll tell you if the mechanism is working at all. And if that doesn't work it's pretty easy to report a bug on that. If that works, replace the v2 with a v3 call and try the same.
I'm getting the following 2 messages with the examples in the SDK. Do I have something set up incorrectly?
2 People are following this question.