I have a question about the localization capability in iOS. My first version of my app (1.0) didn't used NSLocalizedString but my new 2.0 version uses it . I made everything correctly as explained there : Ios Localization not working. I ran my app on the simulator and it worked great. Then I ran it on my device and nothing were working. I had the keys instead of the values showing up. I found this answer : Localization not working. So I deleted my app from my device and re-install it and it worked. Here is the question.
Will it work directly when a user will download my app on the Appstore and more specific, when a user will update his 1.0 version? Will he have the values and not the keys without the need to delete and re-install the app? Does the installation/update from the Appstore make a clean installation on user's device?
Thank you very much for your answers.