Xamarin has it own memory management tool called Garbage Collector as it uses C#.
When we develop iOS application reference count comes into picture.
I really couldn't understand on how these two memory management techniques work hand in hand.
Because some object in can get garbage collected while its holding on the Objective object causing the memory leak,dangling pointer etc.. the same applies vice versa.