Hello, my application runs a MapView and download 50,000 rows files and has frequent memory crash. The download of the single package not has problems but downloading the second file the app crashes. I implement the method didreceivememorywarning in which release the resources and force the garbage collector with a GC.Collect (), but the problem persists. To download packages I use the WebClient class (instantiated in a using black) and as soon as I saved the data in the database I dispose all objects, but something seems to stay in memory and to next download the app cashes.
Do you have any idea to solve this situation? Regarding the MapView must perform some operation to free the cash?
Thanks, Ale