Closed sarapura12 closed 1 month ago
@sarapura12 Thank you for reporting we will investigate. Which version of the OneSignal Xamarin SDK are you using?
@sarapura12 Thank you for reporting we will investigate. Which version of the OneSignal Xamarin SDK are you using?
Thank you for looking into the issue. I am currently using v4.3.0.
@emawby l have resolved the issue by updating to version 4.3.4. Additionally, I found that the 'android_group_message' field was being sent as a string, but now I am sending it as an object. {"en": "You have $[notif_count] new messages"} However, even after grouping the messages, the Android group message that I send does not appear. The messages are simply grouped with their title and heading.
Got it thank you for the update. We will investigate issues around grouping
Is the issue that the grouped messages are not appearing as "You have $[notif_count] new messages”?
What are the Android versions of the devices you are seeing this issue on?
The property android_group_message
only applies to devices on Android 6 and older.
We also talk more about it here: https://documentation.onesignal.com/docs/notification-grouping#android-notification-grouping
If that isn't the case, could you also provide the message body you sent through the API and the response
I am experiencing an issue with the grouping of notifications. We are sending notifications to devices using the OneSignal API, which includes headings, contents, android group, and android group message. The notifications that are grouped have different contents. When we try to open the grouped notification in the Android app, it throws a
This only happens when notifications with different contents are grouped. We want to be able to open the grouped notification without the app crashing and perform some actions based on the additional data sent with the notification. We have only implemented the SharedPush from the example in the repository.
How can we help?