无效的Siri支持-警告iTunes Connect [英] Invalid Siri Support - Warning iTunes Connect

查看:247
本文介绍了无效的Siri支持-警告iTunes Connect的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我将SiriKit集成到我的应用程序中以便读书,但是将我的应用程序发送到TestFlight之后,我收到一封带有下一条警告的邮件回复.

I'm integrate SiriKit in my app for ride a book but after send my app to TestFlight I get a mail response with the next warnings.

无效的Siri支持-未提供示例短语使用"en-CO"语言的INGetRideStatusIntent

Invalid Siri Support - No example phrase was provided for INGetRideStatusIntent in the "en-CO" language

无效的Siri支持-未提供示例短语INRequestRideIntent使用"en"语言

Invalid Siri Support - No example phrase was provided for INRequestRideIntent in the "en" language

我已经为每个本地化版本在InfoPlist.string中添加了必要的翻译,但是问题仍然存在.

I have added the necessary translation to my InfoPlist.string for each localised version but the problem still happens.

我正在使用AppIntentVocabulary.plist,其中为 INGetRideStatusIntent和INRequestRideIntent

I'm using the AppIntentVocabulary.plist where I added examples phrases for INGetRideStatusIntent and INRequestRideIntent

在本地化plist文件的Apple文档中,说我应该为本地化字符串添加key ="value",但在这种情况下,在 AppIntentVocabulary.plist 中没有键,我有一个Array,我不知道如何在InfoPlist.string中写入正确的本地化字符串.

In the apple documentation for localized plist file, say that I should add key="value for localized string" but in this case in AppIntentVocabulary.plist no have a key I have a Array and I don`t know how to write the correct localized string in InfoPlist.string.

例如

CFBundleDisplayName ="Maisons";NSHumanReadableCopyright =版权©2014 My Great Company Tous拥有保留权.;

CFBundleDisplayName = "Maisons"; NSHumanReadableCopyright = "Copyright © 2014 My Great Company Tous droits réservés.";

有人知道如何解决此警告?

somebody know how can solve this warnings ?

推荐答案

我解决了这个问题,解决方案非常简单,我唯一需要做的就是将Localized选项添加到 AppIntentVocabulary.plist .

I solved this problem, the solution is very simple, the only thing that I need to do is add Localized option to AppIntentVocabulary.plist.

  • 在Xcode中,选择 AppIntentVocabulary
  • 在检查器面板中,单击 Localized 按钮
  • 选择支持所需的所有语言
  • 将相应的翻译添加到示例短语中,就这些.
  • In Xcode, select the AppIntentVocabulary
  • In inspector panel click on the Localized button
  • Select all languages needed to support
  • Add corresponding translation to Example Phrases and that's all.

这篇关于无效的Siri支持-警告iTunes Connect的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆