In my tiapp.xml, I set something similar to the following:
<property name="acs-grouped-notification-message-development" type="string">You have $number$ unread messages.</property> <property name="acs-grouped-notification-message-production" type="string">You have $number$ unread messages.</property> -or- <property name="acs-grouped-notification-message" type="string">You have $number$ unread messages.</property>singleCallback is set to false. I noticed that when multiple notifications received, sometimes they are grouped, but sometimes not. I couldn't find out why. Any idea?
Running Android 5.0, SDK 3.5.1. Thanks.