Is it possible to change the 'body' message that arrives in a push notification in the Application_RemoteNotification (Message as Map) sub? The string that arrives in the body message is bunch of messy values that I strip out using Regex.Split. I would like the notification message to be something cleaner though that the user can make sense of. I am referring to the message that appears in the Notifications pane of the device when the app is in the background.
Last edited: