After receiving push notification app icon not display badge.
In setting notification is on, badge app icon is on.
any idea ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to include the badge explicitly when you are pushing a Notification.
If you fail to provide a badge it wil be cleared and you won’t see a badge.
The message you send needs to look like this
without the
"badge": 2the badge is cleared.