This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Releases: bitstadium/HockeySDK-Xamarin
Releases · bitstadium/HockeySDK-Xamarin
4.1.0
This stable release adds the following:
- Custom Events support for both iOS and Android
- iOS 10 support
- Android 7.0 support
If you want to support iOS 10 or Android 7.0 we highly recommend updating to this release.
Please note the changes announced on our blog regarding iOS 10. Especially take note of the requirement to add the NSPhotoLibraryUsageDescription
key to your Info.plist as the Xamarin SDK includes all features of the iOS SDK (does not apply to the Crash-Only version).
4.1.0-beta3
- Namespace Change Moves Bindings into HockeyApp.Android and HockeyApp.iOS namespaces
- PCL Support Shared PCL will be in HockeyApp namespace and exposes the following
- MetricsManager *Requires MetricsManager to be initialized in platform specific project
- .Disabled
- .TrackEvent(string eventName)
- CrashManager
- .DidCrashInLastSession *Requires CrashManager to be initialized in platform specific project
- MetricsManager *Requires MetricsManager to be initialized in platform specific project
- Added
lc++
linker flag to Obj C bindings projects. Resolves #30 - Added Xamarin.Forms sample project
4.1.0-beta2
- Update API bindings with latest versions from 4.1.0 iOS SDK
- Updates to reflect iOS SDK's nullability annotations
- Work around an issue in apps where "Link All Assemblies" setting is used
- Fix an issue where additional metadata from CrashManagerListener was not properly attached to Android crash logs
- Improve Android parameter bindings
- Improvements in sample apps and documentation
4.1.0-alpha3
- Updated Android SDK to v4.1.0-alpha2
4.1.0-alpha2
- Updated iOS to 4.1.0-alpha2
4.1.0-alpha1
Updated for 4.1.0-alpha1 of iOS and Android native frameworks
4.0.0-alpha1
Separated nuget/component version #'s