Releases: BranchMetrics/xamarin-branch-deep-linking-attribution
Release 9.0.1
Branch SDK 9.0.1
- Fix iOS crash on pre-iOS 13 devices
Release 9.0.0
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
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
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
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
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
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
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
- Fixing InvalidCastException when adding custom data to branch event on IOS
- Fixing empty content items in branch event on IOS
7.0.2
- Supporting 'customer_event_alias' field