---
title: INPlayMediaIntentResponseCode.failureRequiringAppLaunch
framework: intents
role: symbol
role_heading: Case
path: intents/inplaymediaintentresponsecode/failurerequiringapplaunch
---

# INPlayMediaIntentResponseCode.failureRequiringAppLaunch

The user must launch the app before media playback can begin.

## Declaration

```swift
case failureRequiringAppLaunch
```

## Discussion

Discussion Respond with this code when you cannot handle the request through Siri for a reason not covered by any other response code. For example, use this code when the user hasn’t set up an account with your app. Don’t use this code for general errors or to force the user to launch your app.

## See Also

### Failures

- [INPlayMediaIntentResponseCode.failure](intents/inplaymediaintentresponsecode/failure.md)
- [INPlayMediaIntentResponseCode.failureNoUnplayedContent](intents/inplaymediaintentresponsecode/failurenounplayedcontent.md)
- [INPlayMediaIntentResponseCode.failureRestrictedContent](intents/inplaymediaintentresponsecode/failurerestrictedcontent.md)
- [INPlayMediaIntentResponseCode.failureUnknownMediaType](intents/inplaymediaintentresponsecode/failureunknownmediatype.md)
