Contents

INAddMediaIntentResponseCode.handleInApp

The system should launch the app in the background to handle the intent.

Declaration

case handleInApp

Discussion

Because the lifespan of an app extension is short, adding media should happen in your app, not in the Intents app extension. To handle adding media in your app while in the background, return INAddMediaIntentResponseCode.handleInApp as the response code.

See Also

Response Code