Reputation: 1269
I want my app with 2 languages. I'm using the localization
to do that in the storyboards, so here it's all ok. The problem is I have a 30 mb's SQLite
database. Is it possible to do 2 app versions and send them to the app store? (each one with differente languages with the specific DB)
Or is a better option host the DB remotely and then download the version (language X or language Y) after check the localization
?
Upvotes: 0
Views: 279
Reputation: 5128
(I assume its not same app with different binaries for different app stores
).
I saw somewhere but not able to recollect that there was an unofficial limit of three copies of the same app for localisation reasons.Since Apple released the App Store Review Guidelines, one of them is that developers should not "spam" the app store with multiple versions of the same app with minor changes.
Why don't you merge all your apps(languages) into one and keep it in your server.So that the end-user can download any version(language) of the content they want,and even it will be easier for you to keep your database upto date.
Upvotes: 1