Pushwhoosh remote notification

陌路散爱 提交于 2019-11-28 14:44:21

It is a badge number issue from server side.Check whether the push notification payload contains application badge field and set to values greater than 0. Because when the application is closed/in Background,the value in notification payloads is used to set badge in default by iOS and not the value in your code.Your code will set badge only when the application is running state.In your case,most probably the badge value passing in payload will be 0.

Got solution. We have option to set notification badge number in push whoosh server.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!