How to find out the Icon Badge count?

tomDev

I'm using push notifications on my iOS app and everything is working great.

The icon badge is working and when I open the app I clear it with this code:

    [[UIApplication sharedApplication] setApplicationIconBadgeNumber: 0];

But before clearing it I would like to find out what is the badge count to make some changes on the app according to the number of notifications the user has when opening the app.

Is it possible to do get this number?

Thanks!

Leo
[UIApplication sharedApplication].applicationIconBadgeNumber

Try

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Android - how to add a badge count to an application icon?

From Dev

How to add a notification badge/count to application icon on Sony Xperia devices?

From Dev

How to add a notification badge/count to application icon on Sony Xperia devices?

From Dev

Show Badge count on App icon in Android

From Dev

How to align badge on top of icon

From Dev

How to reset the Badge app icon number?

From Java

Actionbar notification count icon (badge) like Google has

From Dev

How to bring the Badge Count in front of the Button in android?

From Dev

How can I find out what this icon in my taskbar is?

From Dev

How can I find out the path of an icon used by a folder?

From Dev

How to clear badge counter on click of app icon in iphone?

From Dev

how can i put badge icon within the app in menu bar?

From Dev

How to set badge icon when push notification is received

From Dev

Application icon badge is not displayed

From Dev

How to find out the package download count from a PPA?

From Dev

Core Data table getting wiped out when implementing background fetch for app icon badge in iOS7

From Dev

How to clear notification badge count when reinstall the app

From Dev

How to bind the count of total rows of a table in to a bootstrap badge?

From Dev

Decrement the push badge count

From Dev

Update iOS icon badge number

From Dev

Polymer - icon with paper-badge

From Dev

add badge to tray icon (java)

From Dev

How do I find out what a blank icon in Windows 10 tray bar?

From Dev

How to know that my Chrome extensions's badge icon was Shift-clicked?

From Dev

How to know that my Chrome extensions's badge icon was Shift-clicked?

From Dev

How to get a "new email" counter/badge to the Evolution app icon on Ubuntu Dock?

From Dev

Firebase Android count children/ badge

From Dev

Informing APNS about badge count

From Dev

Angular ionic badge count not updating

Related Related

  1. 1

    Android - how to add a badge count to an application icon?

  2. 2

    How to add a notification badge/count to application icon on Sony Xperia devices?

  3. 3

    How to add a notification badge/count to application icon on Sony Xperia devices?

  4. 4

    Show Badge count on App icon in Android

  5. 5

    How to align badge on top of icon

  6. 6

    How to reset the Badge app icon number?

  7. 7

    Actionbar notification count icon (badge) like Google has

  8. 8

    How to bring the Badge Count in front of the Button in android?

  9. 9

    How can I find out what this icon in my taskbar is?

  10. 10

    How can I find out the path of an icon used by a folder?

  11. 11

    How to clear badge counter on click of app icon in iphone?

  12. 12

    how can i put badge icon within the app in menu bar?

  13. 13

    How to set badge icon when push notification is received

  14. 14

    Application icon badge is not displayed

  15. 15

    How to find out the package download count from a PPA?

  16. 16

    Core Data table getting wiped out when implementing background fetch for app icon badge in iOS7

  17. 17

    How to clear notification badge count when reinstall the app

  18. 18

    How to bind the count of total rows of a table in to a bootstrap badge?

  19. 19

    Decrement the push badge count

  20. 20

    Update iOS icon badge number

  21. 21

    Polymer - icon with paper-badge

  22. 22

    add badge to tray icon (java)

  23. 23

    How do I find out what a blank icon in Windows 10 tray bar?

  24. 24

    How to know that my Chrome extensions's badge icon was Shift-clicked?

  25. 25

    How to know that my Chrome extensions's badge icon was Shift-clicked?

  26. 26

    How to get a "new email" counter/badge to the Evolution app icon on Ubuntu Dock?

  27. 27

    Firebase Android count children/ badge

  28. 28

    Informing APNS about badge count

  29. 29

    Angular ionic badge count not updating

HotTag

Archive