---
title: INStartPhotoPlaybackIntentResponseCode.failureAppConfigurationRequired
framework: intents
role: symbol
role_heading: Case
path: intents/instartphotoplaybackintentresponsecode/failureappconfigurationrequired
---

# INStartPhotoPlaybackIntentResponseCode.failureAppConfigurationRequired

The user must perform additional configuration steps before playing slideshows is possible.

## Declaration

```swift
case failureAppConfigurationRequired
```

## Discussion

Discussion Use this response code when your app isn’t configured to play slideshows. For example, you might return this code if the user hasn’t yet added any photos. Don’t use it for general errors or to force the user to launch your app.

## See Also

### Constants

- [INStartPhotoPlaybackIntentResponseCode.unspecified](intents/instartphotoplaybackintentresponsecode/unspecified.md)
- [INStartPhotoPlaybackIntentResponseCode.ready](intents/instartphotoplaybackintentresponsecode/ready.md)
- [INStartPhotoPlaybackIntentResponseCode.continueInApp](intents/instartphotoplaybackintentresponsecode/continueinapp.md)
- [INStartPhotoPlaybackIntentResponseCode.failure](intents/instartphotoplaybackintentresponsecode/failure.md)
- [INStartPhotoPlaybackIntentResponseCode.failureRequiringAppLaunch](intents/instartphotoplaybackintentresponsecode/failurerequiringapplaunch.md)
