---
title: applicationIconBadgeNumber
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uilocalnotification/applicationiconbadgenumber
---

# applicationIconBadgeNumber

The number to display as the app’s icon badge.

## Declaration

```swift
var applicationIconBadgeNumber: Int { get set }
```

## Discussion

Discussion The default value of this property is 0, which means that no badge is displayed.

## See Also

### Configuring other parts of the notification

- [soundName](uikit/uilocalnotification/soundname.md)
- [userInfo](uikit/uilocalnotification/userinfo.md)
