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.
Invalid Siri Support - No example phrase was provided for INGetRideStatusIntent in the "en-CO" language
Invalid Siri Support - No example phrase was provided for INRequestRideIntent in the "en" language
I have added the necessary translation to my InfoPlist.string for each localised version but the problem still happens.
I'm using the AppIntentVocabulary.plist where I added examples phrases for INGetRideStatusIntent and INRequestRideIntent
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.
e.g.
CFBundleDisplayName = "Maisons"; NSHumanReadableCopyright = "Copyright © 2014 My Great Company Tous droits réservés.";
somebody know how can solve this warnings ?
I solved this problem, the solution is very simple, the only thing that I need to do is add Localized option to AppIntentVocabulary.plist
.
AppIntentVocabulary
Localized
buttonExample Phrases
and that's all.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With