Reputation: 1295
Hi guys I need some help with Apple App Store. I've an application that is localized in several languages and I want to release a different bundle for each language (to reduce the app size).
Can I use the same app name?
Thx, SL3
Upvotes: 0
Views: 166
Reputation: 5611
Localizing an app in various languages should not require that much more size to make you think about splitting it in different bundles.
By the way, it's a bad idea thinking of publishing different applications for different localizations, for a couple of reasons:
n
different development/release/review streams, with great problems when you need to update the app (Apple will have to review n
versions instead of one)If you built the app in a clean way, adding a localization should result in adding a simple text file, and that is not so heavy.
Upvotes: 1
Reputation: 2778
You can't use the same app name or have multiple binaries for the same app version. And as Radek said, it would be a bad idea anyway.
Upvotes: 2