iOS App Memory Limit -


i wrote iphone app first function allows user download files. user manipulates these files in particular way wants them in memory.

it's not necessary of files user gets in memory, few @ time within memory constraints. however, option download rest later not available because of location assumptions (mainly there no assumption user within wifi or data reception).

is there way around this? 1 example have sort of permanent write access. how file storage apps solve this?

thanks.

could use server manipulation instead of app? iphone app sends link server, server manipulation, , the iphone downloads manipulated link.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -