---
title: INPlayMediaIntentResponseCode.continueInApp
framework: intents
role: symbol
role_heading: Case
path: intents/inplaymediaintentresponsecode/continueinapp
---

# INPlayMediaIntentResponseCode.continueInApp

The system should launch the app in the foreground to play the media.

## Declaration

```swift
case continueInApp
```

## Mentioned in

Improving Siri Media Interactions and App Selection

## Discussion

Discussion Because the lifespan of an app extension is short, media playback should happen in your app, not in the Intents app extension. To play the media with your app in the foreground, return INPlayMediaIntentResponseCode.continueInApp as the response code. note: Your app should be in the foreground when playing a video requested with a media intent shortcut.

## See Also

### Intents App Extensions

- [INPlayMediaIntentResponseCode.ready](intents/inplaymediaintentresponsecode/ready.md)
- [INPlayMediaIntentResponseCode.handleInApp](intents/inplaymediaintentresponsecode/handleinapp.md)
