We are facing xamarin forms application crash issue.
It’s a single page application which is built using xamarin forms and mvvm cross (prism)
In our primary investigation we found that there are serious memory leaks.
Just to give an example, memory consumption goes till 80MB for 1GB RAM android device (Device- LG D410) and then application is killed.
Also there are scenarios when application is running in background then it gets killed by system.
Can some one explain the reason behind gradually increasing memory taken by app and suggest standard practices to reduce memory leaks in Xamarin Forms to overcome crash issue?