我们有一个通用的iOS应用程序。在第一次发布时,我们使用JSON将内容下载到应用程序中。
在iPad (由于图像大小较大)和iPhone (较小图像)上下载的内容的大小约为100 is。
通过WiFi下载所有内容大约需要4-7分钟。在3G上,它需要7-10分钟。
图像大小大,文本内容不多。
有没有办法缩短下载时间?我知道JSON压缩,但不确定它是否对图像有帮助?
有什么想法吗?
发送
发布于 2013-07-27 21:52:37
在各种评论中都提到了其中的一些信息,但这也是我会提出的建议,我认为写出一个答案会更有用,下面是这样:
This application contains hundreds of exciting recipes and delicious images. It can take several minutes to download all this yummy information. You can download all the content now, or proceed to the app and download recipes by category when you wish to view them. Please note that this will require an internet connection.和按钮可以显示类似于Download Now和Proceed to App的内容。很明显,你可以按照自己的心愿来玩这句话,但这个想法是正确的。您已经通知用户,下载时间可能很长,所以至少会预先警告他们,他们可以自己决定如何使用您的应用程序。https://stackoverflow.com/questions/17900802
复制相似问题