Would I be able to create intents to launch video content or is this strictly limited to audio for now?
Thank you
Sigmund
Thank you
Sigmund
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.