IntentResponseCode.handleInApp does not work

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.

Replies

What is the specific intent class you are using?

I use INStartWorkoutIntent

Reported bug ID with sample project: 44169016