iOS “thread-id” doesn't group push notifications

前端 未结 4 789
野的像风
野的像风 2020-12-16 18:17

From the documentation:

thread-id | string | When displaying notifications, the system visually groups notifications with th

4条回答
  •  余生分开走
    2020-12-16 18:55

    Unfortunately, you don't get this for free. You need to create a Notifictation UI extension, and implement your own UI(in this case it's a conversation UI), and update the UI when receive new notification with same thread-id.

    Edit: this may not be the correct answer, see a more comprehensive answer here.

提交回复
热议问题