在 parse unity 中堆叠 android 推送通知

Stack android push notifications in parse unity

我设置了推送通知,但当用户有多个通知时,我想将它们合并为一个摘要通知。

有谁知道我必须做什么才能实现这一目标?我还没有找到使用 Unity 完成此操作的任何示例。

我最好的猜测是我基本上必须自己制作 ParsePushUnityHelper.java, compile it into a .dll which I then add as a Unity Native Plugin, then hook that up in a similar way to PushBehaviour.cs 的副本,但这需要大量工作,所以我希望有另一种方法。

好的,所以基本上您需要做的是使用 this folder 的内容创建您自己的 .jar,保存收到的通知列表以更新通知,然后在收到通知时清除该列表打开或清除。

有关详细信息,请查看我与 Parse 开发人员的讨论 here