Skip to content

Releases: BranchMetrics/xamarin-branch-deep-linking-attribution

Release 9.0.1

30 Nov 06:21
76afed8
Compare
Choose a tag to compare

Branch SDK 9.0.1

  • Fix iOS crash on pre-iOS 13 devices

Release 9.0.0

12 Jun 17:28
474184e
Compare
Choose a tag to compare

Branch SDK 9.0.0

  • Initial support for MAUI and .Net6+
  • Update to Branch Android SDK 5.4.0
  • Update to Branch iOS SDK 2.1.2
  • Switch from static iOS library to iOS xcframework

NOTE: This version does NOT support older Xamarin projects. The issue is that the iOS binding layer does not work properly with Xamarin + xcframeworks.

Release 8.1.2

21 Dec 01:35
add0be7
Compare
Choose a tag to compare

Branch Xamarin SDK 8.1.2

  • Update to Branch iOS SDK 1.45.2

  • idfa.zip - contains the nupkg and Branch.a with IDFA code. This is the same build that is available via NuGet.
  • noidfa.zip - contains the nupkg and Branch.a without IDFA code.

Release 8.1.1

19 Dec 20:21
Compare
Choose a tag to compare

Branch Xamarin SDK 8.1.1

  • Update to Branch iOS SDK 1.45.1

  • idfa.zip - contains the nupkg and Branch.a with IDFA code. This is the same build that is available via NuGet.
  • noidfa.zip - contains the nupkg and Branch.a without IDFA code.

8.1.0

29 Nov 22:14
ff46e60
Compare
Choose a tag to compare

Branch Xamarin SDK 8.1.0

  • Update to Branch Android SDK 5.2.6
  • Update to Branch iOS SDK 1.45.0
  • Added new method for Branch Events, AddContentItems().
  • Added support for missing Branch Event types.

  • idfa.zip - contains the nupkg and Branch.a with IDFA code. This is the same build that is available via NuGet.
  • noidfa.zip - contains the nupkg and Branch.a without IDFA code.

8.0.0

30 Apr 05:16
31a7c44
Compare
Choose a tag to compare

Branch Xamarin SDK 8.0.0

  • Update to Branch Android SDK 5.1.3

  • Update to Branch iOS SDK 1.41.0

  • Bug fix for GAID. To enable GAID, add the "Xamarin.GooglePlayServices.Ads.Identifier" NuGet package. This is optional. The "117.0.1.5" release does not work on Visual Studio for Mac 2019. Use version "117.0.1.3" instead.

  • New dependency on "Xamarin.Android.Binding.InstallReferrer" NuGet package for install referrer. This is required and should install automatically.

  • Deprecated the "Debug" option. Use "EnableLogging = true;" for device side logs. Use Test Devices (https://help.branch.io/using-branch/docs/add-test-devices) to simulate installs.

  • As previously communicated via email, credit functionality has been removed.

idfa.zip - contains the nupkg and Branch.a with IDFA code. This is the same build that is available via NuGet.
noidfa.zip - contains the nupkg and Branch.a without IDFA code.

7.1.2

06 Aug 21:36
64cf2b0
Compare
Choose a tag to compare

Update the iOS SDK to 1.39.4

Adds support for pasteboard deferred deeplinks. This should be called before init, if you wish to check the pasteboard for Branch links on app install.

BranchIOS.CheckPasteboardOnInstall();

Known Issue:
Branch SDK does not support the iOS Simulator on M1. This is due to the fat binary not allowing multiple ARM64 slices.

The nupkg attached here has the no IDFA option enabled. Also attached the xcframework and fat binary used to generate the nupkg.

7.1.1

29 Apr 03:22
Compare
Choose a tag to compare

Update the iOS SDK to 1.39.2

Known issue:
Branch SDK does not support the iOS Simulator on M1. This is due to the fat binary not allowing multiple ARM64 slices.

The nupkg attached here has the no IDFA option enabled. Also attached the xcframework and fat binary used to generate the nupkg.

7.0.3

01 Apr 21:14
6104796
Compare
Choose a tag to compare
  • Fixing InvalidCastException when adding custom data to branch event on IOS
  • Fixing empty content items in branch event on IOS

7.0.2

10 Mar 07:27
9c3bb24
Compare
Choose a tag to compare
  • Supporting 'customer_event_alias' field