Push notifications Send Message to User Java action

0
Hi all,  I have set up push notifications in my mobile application, however up until now i have simply used the over view to send messages to a device. Now I am trying to send messages to a user when a microflow is executed, using the Send Message to User java action. The java action asks for the following : -System.User -Message -Title -Badge(For IOS) -Launch Image (For IOS) -Sound(For IOS) -Time to live I am not sure what the Badge, Launch Image and Sound Parameters are for, and they are required by the java action. If anyone could explain to me what values are the default for IOS i would greatly appreciate it.  
asked
1 answers
1

Hi Ryan,

We use the microflow: CreateMessageImpl to send push notifications. This microflow is available in the implementations folder of the push notifications module. Then for the default values of the parameters try:

Badge: 0

LaunchImage: empty

Sound: 'default'

Cheers,

Wilfried

answered