Bundle different resources per App Store?

Hello! We are working on an app that has a large data file as a resource in the bundle. The data in that bundle (let's say it's an encyclopedia for the sake of discussion) is in a certain language. We are going through the process of internationalization now, so we will end up with one of these large files for each language. Is it possible to bundle the app submission in such a way that the US App Store has the English file in the bundle, and the French App Store has the French file? The data files are so large that we don't want to distribute them all in th app, and we would like to avoid the situation where all users across the world get the English file by default and then have to download the file for their own language.


Thanks!

Replies

>Is it possible to bundle the app submission in such a way that the US App Store has the English file in the bundle, and the French App Store has the French file?


Not without having separate apps, not that such a solution is automatically viable.


>The data files are so large


How large is so large?