Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Invalid Siri Support - Localized description for custom intent

I have uploaded a binary to iTunes Connect but I have receiving this email:

We identified one or more issues with a recent delivery for your app, "xxx". Your delivery was successful, but you may wish to correct the following issues in your next delivery:

Invalid Siri Support - Localized description for custom intent: "xxxxxx" not found for locale: zh_CN

Invalid Siri Support - Localized title for custom intent: "xxxxxx" not found for locale: zh_CN

I have added localized title and description in Intents.strings for the "zh_CN" language but nothing worked. image

Could someone tell me how to solve it?

like image 837
Bin Avatar asked Sep 17 '18 12:09

Bin


2 Answers

  • On your .intentdefinition file select the intent.

intent selection

  • On the right bar of the Xcode window there should be a Localize button on the Localization section. Press it.

localization button

  • Select Base (or the default project language you are using) on the presented dialog.

language dialog

  • Add a check to all the localization you need to use, on the localization section.

localization files

  • Edit the new localization files accordingly...
like image 147
JMiguel Avatar answered Nov 10 '22 23:11

JMiguel


Remember to enter your description

enter image description here

like image 21
Giang Avatar answered Nov 10 '22 23:11

Giang