Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Releases: bitstadium/HockeySDK-Xamarin

4.1.0

16 Sep 13:20
Compare
Choose a tag to compare

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

23 Jun 20:26
Compare
Choose a tag to compare
4.1.0-beta3 Pre-release
Pre-release
  • 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
  • Added lc++ linker flag to Obj C bindings projects. Resolves #30
  • Added Xamarin.Forms sample project

4.1.0-beta2

01 Jun 23:27
Compare
Choose a tag to compare
4.1.0-beta2 Pre-release
Pre-release
  • 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

30 Mar 14:17
Compare
Choose a tag to compare
4.1.0-alpha3 Pre-release
Pre-release
  • Updated Android SDK to v4.1.0-alpha2

4.1.0-alpha2

26 Mar 18:44
Compare
Choose a tag to compare
4.1.0-alpha2 Pre-release
Pre-release
  • Updated iOS to 4.1.0-alpha2

4.1.0-alpha1

22 Mar 17:46
Compare
Choose a tag to compare
4.1.0-alpha1 Pre-release
Pre-release

Updated for 4.1.0-alpha1 of iOS and Android native frameworks

4.0.0-alpha1

03 Mar 17:42
Compare
Choose a tag to compare
4.0.0-alpha1 Pre-release
Pre-release
Separated nuget/component version #'s