【问题标题】:Unity How to change notifications badge number on IOSUnity如何在IOS上更改通知徽章编号
【发布时间】:2022-08-02 22:16:43
【问题描述】:

我想在 Unity IOS 上更改我的应用程序通知徽章。

使用unity时如何在IOS上更改我的应用程序旁边的小数字?

    标签: ios unity3d push-notification


    【解决方案1】:

    如果您使用unity mobile notifications package,您可以使用这段代码重置徽章值(或将其更改为您想要的任何值)

    iOSNotificationCenter.ApplicationBadge = 0;

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-09-19
      相关资源
      最近更新 更多