0

Adding strings localization files in iPhone bundle is very simple and perfectly fine but there is only one drawbacks every time we need to upload new build on AppStore when we add new language in app.

Is there any other way like we can manage Localization from server, when we start app we download all label string and Localiza image from server and stored in document directory and run accordingly. Download data according to language...

So can we do like this and the main things Apple can reject that kinds of scenario ?

Mansfield
  • 14,445
  • 18
  • 76
  • 112
Bhavesh Dhaduk
  • 1,888
  • 15
  • 30

2 Answers2

0

I confirm no problem with Apple too, just note that you won't be able to override the localizable.strings file. You have to create your own way to store and read the strings. It means if your app is already in development, there will be some effort for an application-wise refactoring.

Khanh
  • 405
  • 3
  • 10
0

Yes. Actually we used that way and there were no issues with Apple.

Charith Nidarsha
  • 4,195
  • 3
  • 28
  • 32