5

I am handling a custom intent action like this:

internal func handle(intent: UsageIntent, completion: @escaping (UsageIntentResponse) -> Void) {
    completion(UsageIntentResponse(code: .continueInApp, userActivity: nil))
}

It used to open the app, but now presents a new Siri Screen that says You'll need to continue in [App] and gives you a button to open the app.

Is this a new behaviour?? Am I missing something? Thanks!

Pato Salazar
  • 1,447
  • 12
  • 21

1 Answers1

0

This behaviour has been reverted in IOS 12 BETA 9. Now just navigates to App instead of showing redundant Siri Screen

Pato Salazar
  • 1,447
  • 12
  • 21