For those that have adopted App Intents in their apps, or are considering it: What are the main frustrations / limitations you have hit? FB numbers are great, but in this case not required!

@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 😢

@JagCesar @mgorbach +1 and not just for widgets.

I migrated my intents to AppIntents but I have INPlayMediaIntent that is keeping me from removing the intents extension, which I would love to get rid of.