Skip to content

Releases: microsoft/appcenter-sdk-dotnet

0.5.0

16 Dec 01:26
Compare
Choose a tag to compare
  • Add MobileCenter.IsConfigured boolean property to check for SDK already configured.
  • Fix issue where sdk could cause ios apps to crash while trying to handle SIGFPE signal.
  • Fix a crash when starting analytics when using "Link All" in iOS.
  • Fix a crash when calling MobileCenter.InstallId before MobileCenter.Configure in Android, now returns null like in the underlying SDK in that case.
  • Include underlying iOS SDK v0.3.4.
  • Include underlying Android SDK v0.3.3.

0.4.1

07 Dec 01:46
Compare
Choose a tag to compare
  • Fix crash that would occur when disabling Crashes service in iOS.
  • Fix crash when trying to include a null ErrorAttachment in an ErrorReport.

0.4.0

06 Dec 01:03
Compare
Choose a tag to compare
  • Log a debug message instead of crashing in UWP projects.
  • Add raw stack trace information for backend processing.
  • Include underlying iOS SDK v0.3.3.
  • Include underlying Android SDK v0.3.2.

0.3.0

02 Dec 23:51
Compare
Choose a tag to compare
  • Fix linker issues in iOS, you can also remove safely the MobileCenterFrameworks folder from iOS projects.
  • Fix issue where sdk could cause ios apps to crash while trying to handle signals.
  • Fix a crash when starting MobileCenter on Android when "link all assemblies" is used.
  • Add advanced crash features that were already available since version 0.2.0 of Android and iOS SDKs:
    • Last session crash report.
    • Crash callbacks.

0.2.1

22 Nov 02:01
Compare
Choose a tag to compare

Rename Android bindings so that they don't get used by mistake instead of the PCL.

0.2.0

16 Nov 23:22
Compare
Choose a tag to compare
  • Rename Initialize to Configure.
  • Embed Android and iOS SDKs version 0.3.0.

0.1.0

10 Nov 23:41
Compare
Choose a tag to compare
  • First release of Xamarin SDK.
  • Using version 0.2.0 of underlying Android and iOS SDKs.
  • Last session error report details and crash callbacks are not yet available.