Is there any change how GC works in .Net for Android and .Net for iOS application?
Sejal Harsoda
0
Reputation points
Previously our application is in Xamarin Native and in that GC is called frequently so app works properly without out of memory exception. After migrating to .Net for Android, the app crashes as the memory utilization is continuously increasing and I did not see the GC log.
Sign in to answer