I recently localized my app and followed through several tutorials on setting up localization.
In my target build info settings, I have both English and Spanish set up with Base Internationalization checked.
I have my Localizable.strings file in my project which contain both English and Spanish translations.
And I have two storyboards - one for English and one for spanish..for both iPhone/iPad. Auto Layout is enabled and I have English and Spanish checked in the storyboard settings.
When I edit the scheme to run it through the debugger as Spanish - translations work perfectly. I have my iOS device and simulator language set to Spanish and the correct region that all my files are associated with. Although when its not running through Xcode, the app will only be in English, regardless of whether or not the device settings are set to Spanish.
I've deleted the app, cleaned, rebuilt, and re-deployed to both simulator and iOS device. There is still no change. Does anyone know of anything else that I might be missing? Any help would be greatly appreciated.