The Branch Xamarin SDK for deep linking and attribution. Branch helps mobile apps grow with deep links / deeplinks that power paid acquisition and re-engagement campaigns, referral programs, content sharing, deep linked emails, smart banners, custom user onboarding, and more.
Updated the Android and iOS SDKs to the latest versions, exposed the new DMA method, and updated the testbed to improve testing.
All of the code/file changes in the BranchSDK.xcframework can be ignored since that's just the new imported iOS SDK. Also the BranchSDK.iOSBinding/ApiDefinitions.cs contains a lot of diffs from code being re-ordered, but also contains the update for th new method. The rest of the files should include the relevant, manual code changes.
Motivation
Update the native SDK's to support the new DMA method and support the identity deprecation.
Type Of Change
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[x] This change requires a documentation update
Testing Instructions
Run the Timber testbed and check that all of the methods and requests look correct.
Reference
SDK-2316 -- .net maui update underlying native SDKs
Summary
Updated the Android and iOS SDKs to the latest versions, exposed the new DMA method, and updated the testbed to improve testing.
All of the code/file changes in the
BranchSDK.xcframework
can be ignored since that's just the new imported iOS SDK. Also theBranchSDK.iOSBinding/ApiDefinitions.cs
contains a lot of diffs from code being re-ordered, but also contains the update for th new method. The rest of the files should include the relevant, manual code changes.Motivation
Update the native SDK's to support the new DMA method and support the identity deprecation.
Type Of Change
Testing Instructions
Run the Timber testbed and check that all of the methods and requests look correct.
cc @BranchMetrics/saas-sdk-devs for visibility.