每次到达时如何在推送通知中计算徽章值?

Posted

技术标签:

【中文标题】每次到达时如何在推送通知中计算徽章值?【英文标题】:How to count Badge value every time in push notification when arrived? 【发布时间】:2014-03-12 09:53:37 【问题描述】:

徽章价值每次增加 1

【问题讨论】:

【参考方案1】:

使用此代码,委托方法检查页面值

- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo
    NSDictionary *notification = [userInfo objectForKey:@"aps"];
    //notification is what you want. print it to find out the details. 
    //Title, Badge Count and all that

【讨论】:

以上是关于每次到达时如何在推送通知中计算徽章值?的主要内容,如果未能解决你的问题,请参考以下文章

在 iOS13 中接收推送通知时如何自动增加通知徽章编号

Flutter - 推送通知到达时在应用程序图标上显示徽章编号

在 iPhone 中获取推送通知时徽章图标不会增加?

如何在后台的android应用程序图标上计算推送通知消息徽章

推送通知徽章

更新推送通知徽章计数