每次到达时如何在推送通知中计算徽章值?
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
【讨论】:
以上是关于每次到达时如何在推送通知中计算徽章值?的主要内容,如果未能解决你的问题,请参考以下文章
Flutter - 推送通知到达时在应用程序图标上显示徽章编号