2.4.0-preview
Pre-release
Pre-release
This preview version removes Crashes support for UWP. The App Center backend is not yet ready to process UWP crashes using the system introduced in this version. If your app relies on UWP crashes, do not update to this preview version.
App Center
WPF/WinForms
- [Fix] Fix application version being reported for ClickOnce deployments.
App Center Auth
iOS
- [Fix] Redirect URIs are now hidden in logs.
- [Fix] Fix interactive sign in on iOS 13. Temporary fix, will be revisited in the future.
- [Feature] Updated the Microsoft Authentication Library dependency to v0.7.0.
App Center Analytics
iOS
- [Fix] Fix crash involving SDK's
ms_viewWillAppearmethod.
App Center Push
Android
- [Breaking change] Update Google Play Services' and Firebase's versions to v71 in Push module which forces applications to use Android 9.0 Mono frameworks in build options. This has no impact on minimum Android SDK version which remains API level 16.
App Center Crashes
- [Breaking change] Remove insecure implementation of the raw
ErrorReport.Exceptionproperty (now always returnsnulland marked as obsolete), and providestring StackTraceproperty as an alternative on Xamarin, UWP, WPF and WinForms.
WinForms
- [Fix] Don't prevent WinForms applications from crashing. If unhandled exceptions are handled by the application, they must now be reported using
Crashes.TrackErrorto be displayed on AppCenter, see the public documentation for more details about this change.