Questions tagged [customintents]
4 questions
8
votes
2 answers
Widget not loading on iOS 17 beta, "Missing backing store for Intent" error
I work on an iOS app supporting iOS 15 and above, with a widget supporting iOS 16 and above.
The widget currently does not load on iOS 17 beta, for users it's just an empty box, both during snapshot preview while choosing the widget size, and after…

BrickDeLait
- 117
- 9
1
vote
0 answers
iOS WidgetKit - two dynamic Intents for one widget
I have one widget and would like to have two dynamic inputs using searchbar. Is that possible? Using ios14, widgetKit.
I could create two CustomIntents and the IntentHandler has two provideOptionsCollection, like so
func provideIntent1Collection(for…

anoo_radha
- 812
- 1
- 15
- 34
0
votes
1 answer
Will Custom intents declared in the app using Android capability elements available for users to access from Google devices using google assistant?
Since the conversational actions are going to be deprecated, need to find an alternative.
When checked in the google documents it was found that app actions and smart home actions would be better alternatives. But it is unclear if the Custom intents…
0
votes
0 answers
ios: how to get IntentHandler Confirm response in UIViewController?
I am developing an INStartCallIntent ... I want to invoke CallKit from confirm method of IntentHandler. but
func confirm(intent: INStartCallIntent) async -> INStartCallIntentResponse {
// CallManager.sharedInstance().delegate = self
// …

Azhar
- 20,500
- 38
- 146
- 211