Avoid pitfalls in internationalized listing of Widgets

Widget’s international launch is a pitfall


After uploading the project to TestFlight, I received an email prompt:

ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: zh-hans

ITMS-90626: Invalid Siri Support - Localized description for custom intent: 'Configuration' not found for locale: en

ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: ar

After you’ve corrected the issues, you can upload a new binary to App Store Connect.

The reason is that XX.intentdefinition in the project does not have localization configured.
There must be content inside the green frame
There must be content in the green box, then click Localizetion on the far right to add internationalization.
Insert image description here
As shown in the picture below, just check the required language, repackage and upload.
Insert image description here

Guess you like

Origin blog.csdn.net/qq_34393179/article/details/132189484