If you are unable to parse the custom data from a push notification because Notification.userdata is being returned as an Object instead of the expected Text (JSON string), it is likely due to an outdated version of the Pushwoosh OutSystems plugin.
This was a known issue in older versions where the data type for userdata was incorrect.
Solution:
To resolve this, you must update the Pushwoosh plugin to the latest version from the OutSystems Forge.
After updating, the Notification.userdata output parameter will have the correct Text data type for all notification events (e.g., Application open, deep link, and Push received). This will allow you to successfully parse it as a JSON string in your application logic.
Comments
0 comments
Please sign in to leave a comment.