New Command 2 Apple Push Notification Not sending multiple alerts

前端 未结 3 699
有刺的猬
有刺的猬 2020-12-20 02:52

I am trying to implement the new \'Command 2\' push notification in Java and cannot have it push multiple alerts. First alert is pushed successfully. Please help if you can

3条回答
  •  时光取名叫无心
    2020-12-20 03:24

    It looks like you are writing a single notification to bao, so why do you expect it to push multiple alerts? If you want to push multiple alerts, you have to repeat that sequence of bytes that you write into bao multiple times.

提交回复
热议问题