---
title: launchImageName
framework: usernotifications
role: symbol
role_heading: Instance Property
path: usernotifications/unmutablenotificationcontent/launchimagename
---

# launchImageName

The name of the image or storyboard to use when your app launches because of the notification.

## Declaration

```swift
var launchImageName: String { get set }
```

## Discussion

Discussion If you specify a value for this property, the system displays the specified image or storyboard when the system launches your app. The string in this property must match the name of an image file or storyboard in your app’s bundle. Specify nil to use the app’s default launch image. The default value of this property is nil.

## See Also

### Configuring app behavior

- [badge](usernotifications/unmutablenotificationcontent/badge.md)
- [targetContentIdentifier](usernotifications/unmutablenotificationcontent/targetcontentidentifier.md)
