18

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?

Bin
  • 181
  • 1
  • 5
  • I'm having the same problem. The two answers are useless because creator said that he does use localization. As do I, but that's not problem Apple has with our code. – hoshy Dec 19 '19 at 09:53
  • @hoshy Have you ever got this problem resolved? – Neal.Marlin Dec 03 '20 at 12:09
  • @Neal.Marlin if you follow the steps below from JMiguel those will create the localization files that are needed. – Ray Hunter Apr 07 '21 at 15:19

3 Answers3

25

Remember to enter your description

enter image description here

Giang
  • 2,384
  • 2
  • 25
  • 26
  • 1
    This was the solution in my case. Even if you have localization enabled, if the description is blank (and so has no translation), this seems to trigger the warning message. – alstr Jun 24 '21 at 16:07
  • 1
    Where do you write the localized description? Localizable.strings? – Erika Electra Sep 27 '22 at 18:22
17
  • 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...
mokagio
  • 16,391
  • 3
  • 51
  • 58
JMiguel
  • 1,459
  • 1
  • 10
  • 12
4

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

kunalg
  • 1,570
  • 1
  • 12
  • 18