Different binaries for different locations for the iOS application

Does anyone know if it is possible to send different binary files for different localizations in iTunes Connect? The reason I want to do this is because I have an application with localized speech. Putting audio files for all languages ​​in the application would significantly increase the binary size, which I want to avoid.

+1
source share
1 answer

No, you cannot send different binaries for different localizations. You must provide one binary and combine all your localized resources into regular localization folders. But you can provide different applications (i.e. with a different package identifier).

+2
source

Source: https://habr.com/ru/post/1386290/


All Articles