Two languages, two apps
I am developing an App that relies heavily in videos stored inside the App (not streamed). Our intention is to release it in spanish and english.
I know the way to go with Apps is to create just one multilingual version with localized strings and XIBs. But because the videos need to be in both languages, if we release jus开发者_C百科t one version the App would be twice as heavy (120 megabytes instead of 60).
Is it OK for itunes and the store to add two versions of the App in different languages in the sake of not releasing a very large Application? Does someone know of any problems this might generate?
You should absolutely be able to release two applications, with different languages being their only difference. If you were selling dictionary apps, different languages should very much be different apps.
I also think it's a good idea for these to be separate apps for the reasons you mention. In your project though these can be two separate app definitions within the same project, having two different targets. You do not have to have two different projects.
精彩评论