Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们需要 iphone 在不初始化应用程序的情况下增加推送通知到达时的徽章数值。fe 标记值为 1 的通知到达并显示在应用程序图标上。然后另一个标记值为 2 的通知到达。2 代替了徽章上的 1,但我们想让它成为 1+2=3。服务器端的解决方法是解决这个问题的唯一方法吗?谢谢!
是的,服务器端工作是唯一的方法..
您将从服务器发送的值将设置为图标。
无论您发送给应用程序的值是什么,该值都将显示在应用程序图标的顶部,该值可能是 4 或 90 或 100 .. 如果您想做 1+2=3 之类的操作,只需动态增加徽章编号IE Present badge number = Present badge number+2;
Present badge number = Present badge number+2;
只需将“徽章:+2 ”传递给APP,数量就会增加