Hi ,
I deployed my xamarin forms project on android/ ios. Its running smooth on android but the app crashes continuously on ios sometimes after just 5 sec of launching sometimes after 30 or 50 secs. I have list view on the main page for which I am calling an API to get the data and on scroll down I call the API again to some more data in my observable collection which is bound to the same listview but somehow on scrolling for 2-3 times the ios app is crashing but for the android it's going smooth.