You could use Xamarin.Essentials package for getting app version and build number like this (see here). // Application Version (1.0.0)var version = AppInfo.VersionString;// Application Build Number (… (View Post)
Found it myself: I had to replace the adb file in "/Users/myusername/Library/Developer/Xamarin/android-sdk-mac_x86/platform-tools" with the latest from my "real" SDK path. It seem… (View Post)
I just discovered that when you send an app using a Xamarin.Forms.Maps.Map with IsShowingUser = true to the background on Android that this causes a massive battery drain. The app is permanently acce… (View Post)