INPlayMediaIntentResponseCode.continueInApp
INPlayMediaIntentResponseCode.continueInApp
INPlayMediaIntentResponseCode.continueInApp Case of INPlayMediaIntentResponseCode The system should launch the app in the foreground to play the media.
case continueInAppDiscussion
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.