Releases: microsoft/appcenter-sdk-dotnet
Releases · microsoft/appcenter-sdk-dotnet
0.6.0
[Breaking changes]
- Remove Crashes APIs related to attachments as it's not supported by backend yet.
Crashes.LastSessionCrashReport
property becomesCrashes.GetLastSessionCrashReportAsync()
async method.
[Bug fixes]
- Include underlying iOS SDK changes from the following releases:
- Include underlying Android SDK changes from the following releases:
0.5.0
- 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
beforeMobileCenter.Configure
in Android, now returnsnull
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
0.4.0
- 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
- 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.