---
title: INAppendToNoteIntentResponseCode.failureRequiringAppLaunch
framework: intents
role: symbol
role_heading: Case
path: intents/inappendtonoteintentresponsecode/failurerequiringapplaunch
---

# INAppendToNoteIntentResponseCode.failureRequiringAppLaunch

The user must launch your app to update the note.

## Declaration

```swift
case failureRequiringAppLaunch
```

## Discussion

Discussion Use this response code when you can’t update the note from your Intents extension but can do so from your app. Don’t use this code for general errors or to force the user to launch your app.

## See Also

### Constants

- [INAppendToNoteIntentResponseCode.unspecified](intents/inappendtonoteintentresponsecode/unspecified.md)
- [INAppendToNoteIntentResponseCode.ready](intents/inappendtonoteintentresponsecode/ready.md)
- [INAppendToNoteIntentResponseCode.inProgress](intents/inappendtonoteintentresponsecode/inprogress.md)
- [INAppendToNoteIntentResponseCode.success](intents/inappendtonoteintentresponsecode/success.md)
- [INAppendToNoteIntentResponseCode.failure](intents/inappendtonoteintentresponsecode/failure.md)
- [INAppendToNoteIntentResponseCode.failureCannotUpdatePasswordProtectedNote](intents/inappendtonoteintentresponsecode/failurecannotupdatepasswordprotectednote.md)
