I'm using Google Fused Location API in my Xamarin.Android app. It all works fine in Debug mode.
However, when I set it in Release Mode, with Linking enabled, it doesn't work on the device. I'm pretty sure that it is because of the linking.
How do I preserve the methods I'm using from the Fused Location API (like "RequestLocationUpdates")?
Thanks.
↧
Preserve method from Linking
↧