Hi there!
I would like to handle the intent response in my app. In the IntentHandler i call the completion block with handleInApp response code.
In this case i should get a call in UIApplicationDelegate's
application(_ application: UIApplication, handle intent: INIntent, completionHandler: @escaping (INIntentResponse) -> Void)method. But the method does not called.
(it worked on iOS 11... but not on 12)
Can anyone help?
Thank you
G.