---
title: INPayBillIntentResponseCode.failureRequiringAppLaunch
framework: intents
role: symbol
role_heading: Case
path: intents/inpaybillintentresponsecode/failurerequiringapplaunch
---

# INPayBillIntentResponseCode.failureRequiringAppLaunch

The user must launch your app to schedule the transaction.

## Declaration

```swift
case failureRequiringAppLaunch
```

## Discussion

Discussion Use this response code when you require additional information from your app. Don’t use this code for general errors or to force the user to launch your app.

## See Also

### Constants

- [INPayBillIntentResponseCode.unspecified](intents/inpaybillintentresponsecode/unspecified.md)
- [INPayBillIntentResponseCode.ready](intents/inpaybillintentresponsecode/ready.md)
- [INPayBillIntentResponseCode.inProgress](intents/inpaybillintentresponsecode/inprogress.md)
- [INPayBillIntentResponseCode.success](intents/inpaybillintentresponsecode/success.md)
- [INPayBillIntentResponseCode.failure](intents/inpaybillintentresponsecode/failure.md)
- [INPayBillIntentResponseCode.failureCredentialsUnverified](intents/inpaybillintentresponsecode/failurecredentialsunverified.md)
- [INPayBillIntentResponseCode.failureInsufficientFunds](intents/inpaybillintentresponsecode/failureinsufficientfunds.md)
