Invalid Siri Support - Localized description for custom intent

Viewed 7142

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?

3 Answers

Remember to enter your description

enter image description here

  • 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...

I'm having the same problem [Note: Take code backup]. Select the Localization file to uncheck

enter image description here]

enter image description here

Remove that and clear trash. Now check to mark it on Localization file which unchecks previous

.

enter image description here

Related