1

I'm currently developing an ios app with a lot of audio. I want to release versions in different languages but this means having all the audio in every language, which would take up too much space.

Is there a way to release different versions of the app to the different app stores, including only the relevant audio? Can this be done under one app name/id?

Thanks!

4

2 回答 2

0

我认为您应该使用 web 服务从服务器获取音频文件并从服务器获取相关文件,这样可以帮助您仅在应用程序中获取相关数据。

于 2013-04-29T14:13:29.127 回答
0

我相信简短的回答是“不”,但有一些变通方法。

每个应用程序 ID 都有一个与之关联的二进制文件,尽管您可以通过本地化更改应用程序名称。

音频是一种资源,因此没有理由不从您控制的 Web 服务器单独下载它。我不相信下载媒体有任何限制。

或者,您可以将音频存储在 Apple 的服务器上,并将其称为可下载内容,以便在应用程序中免费购买。

于 2013-04-29T13:03:42.870 回答