开发者

What is the maximum level of storage for app data in allowed for ios Devices? [duplicate]

This question already has answers here: Closed 11 years ago.

Possible Duplicate:

What is the maximum sandbox size on iPad?

Hii to all,

we have a assignment for ios app which contains client files which comes around 1 GB , so user opens the app , upon authentication - it will download files from remote server & it should be stored to iphone's internal storage , when any of the files get update that files needs to be downloaded & stored as well,

My question is is that possible ti download such high memory of data remotely?

also is ios devices allows to store app related data around 1 GB content in its开发者_如何转开发 internal storage?

Thank you,


You can save them, but downloading the whole file over the network might not be a good idea. You should package it up with your download instead of trying to download it remotely.

For updating it, you could use ASIHTTPRequest with the shouldContinueWhenAppEntersBackground parameter set to YES, so it doesn't stop downloading once the user leaves your application.

But 1GB? What sort of content is it? Maybe we can figure out a way to split it into multiple network calls or something?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜