I have a Xamarin Forms PCL app that works fine in DEBUG mode but when I change it to RELEASE mode and deploy to device it crashes while instantiating the ParseClient object.
If I change the linker to 'Don't link' it works fine but the apk is too large (40MB), so I am guessing the linker is stripping out something that the app is needing in RELEASE mode.
Anyone has run into this issue?