@mgorbach Biggest pain point right now is that our Interactive App Intents stopped working in seed 2. They were working in seed 1, now only get the following error in the console:
Could not find an intent with identifier NextInstructionIntent, mangledTypeName: Optional("15WidgetExtension21NextInstructionIntentV")
@mgorbach Another issue we've run into is that the new Interactive Button requires an App Intent.
We want to start playing music in our main target from the widget. Should be possible using INPlayMediaIntent, but this intent doesn't conform to AppIntent so can't be used 😢