Posts

Post not yet marked as solved
0 Replies
425 Views
If I want to support dynamic Widgets, Xcode should add an Intenthandler swift file. Since my app already supports custom intents via SiriKit, this file already exists in the SiriKit extension. This file has a switch statement in the handler function to call the respective IntentHandler if a specific Intent is called upon. Question is, where should I call the Widget Intenthandler? In the general Intenthandler where the other intents are handled or in a separate file? If it should be called in the general Intenthandler file, how should the dependencies of the targets look?
Posted
by jmacojc.
Last updated
.