Intents also available for video apps?

Would I be able to create intents to launch video content or is this strictly limited to audio for now?

Thank you

Sigmund
Answered by Frameworks Engineer in 615904022
It should be possible to do this. You can respond with the .continueInApp response code in your handle method to take the user to your app. You will need to handle willConnectTo session and continueUserActivity methods in your scene delegate where you would need to extract userActivity.interaction.intent and take the user to the appropriate screen in your app.
Accepted Answer
It should be possible to do this. You can respond with the .continueInApp response code in your handle method to take the user to your app. You will need to handle willConnectTo session and continueUserActivity methods in your scene delegate where you would need to extract userActivity.interaction.intent and take the user to the appropriate screen in your app.
Thank you! This is brilliant news :)
Intents also available for video apps?
 
 
Q