Closed ghost closed 6 years ago
We don't support localization the way Xcode does but it's definitely possible to add localization files to a Xamarin.iOS project in Visual Studio for Mac (:
Here's our documentation on the matter: https://docs.microsoft.com/en-us/xamarin/ios/app-fundamentals/localization/
Also are you using a AppIntentVocabulary.plist
file?
I'll close this issue as localization is possible. If you still think there's an issue with Xamarin.iOS feel free to re-open the issue but please also add a test case so we can investigate how your project is setup. Thanks.
Steps to Reproduce
Expected Behavior
App is uploaded successfully
Actual Behavior
Receive an email from apple, "Invalid Siri Support - No example phrase was provided for INSearchForAccountsIntent in the "en" language. Please refer to "https://developer.apple.com/documentation/sirikit/registering_custom_vocabulary_with_sirikit/global_vocabulary_reference/intent_phrases""
I believe this is due to the lack to localisation I've seen examples of how to do it when in a xcode project but I don't believe Xamarin has this ability.
Environment