Is there a way to group notifications in Corona?
Im using AWS to send notifications, and Im successfully receiving them on the mobile (sound, icons, label, message… its all perfect). However, when the user receives 2 or more notifications, they dont group themselves (ie. instead,they appear as 2 separate notifications on the status bar, as the attached image shows).
Reading google documentation (http://developer.android.com/guide/topics/ui/notifiers/notifications.html#Managing), they recommend that we group them up and show only a summary to the user (ie. stack notifications up), but I couldnt find how to do this in Corona and now Im thinking its probably not possible.
Does anybody know how I can do that?