【发布时间】:2022-08-02 22:16:43
【问题描述】:
我想在 Unity IOS 上更改我的应用程序通知徽章。
使用unity时如何在IOS上更改我的应用程序旁边的小数字?
标签: ios unity3d push-notification
我想在 Unity IOS 上更改我的应用程序通知徽章。
使用unity时如何在IOS上更改我的应用程序旁边的小数字?
标签: ios unity3d push-notification
如果您使用unity mobile notifications package,您可以使用这段代码重置徽章值(或将其更改为您想要的任何值)
iOSNotificationCenter.ApplicationBadge = 0;
【讨论】: