When sending a message from the debug in Pusher the NotifyEvent is triggered for the Channel / Cluster / Key configured but the message comes empty.
Can you deliver a simple demo solution for mobile ?
PS: I tested changing the channel on the Pusher Debuger and I do not receive the Event, I change it back to match and the event is triggered. Can you please help ?
Thank you,
Daniel
Hello Daniel
While using the component have you added alert or feedback message block to show the messages?
There is one webblock: PusherSubscriberMobile, which should be added to the page/webblock where you want to implement the Pusher notification actions.
Hi @Manish Gupta,
Thank you for the answer. I added an expression on the screen to show the Message variable. The Screen variable is assigned on the Notify Event. The NotifyEvent is correctly triggered when I send a message from the Pusher Debug but the Input "Message" on the Event is empty while analysing this in the Debug.
On the screen itself I have a component in the Content block:
@Manish Gupta any help ?