0

I made a Custom SiriKit intent and everything works fine in English but when I run the intent in another language the Siri responds like:

.App Name dice: "Resultado en espaƱol"

Same execution in English:

App Name says: "Result in English"

Notice the "." prefixing the app name. Siri literally says "dot" and it's pretty annoying. Anyway I can get rid of that "."?

Thanks!

Diego Navarro
  • 9,316
  • 3
  • 26
  • 33

1 Answers1

0

I just noticed that this only happens with some Intent categories:

  • Categories failing in spanish: Search, Find, View.
  • Categories OK in spanish: Run, Request

enter image description here

It seems to be a bug.

Diego Navarro
  • 9,316
  • 3
  • 26
  • 33