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 ?