xamarin-branch-deep-linking-attribution icon indicating copy to clipboard operation
xamarin-branch-deep-linking-attribution copied to clipboard

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 s...

Results 18 xamarin-branch-deep-linking-attribution issues
Sort by recently updated
recently updated
newest added
trafficstars

### Describe the feature Remove the Newtonsoft.Json dependency by migrating usages to System.Text.Json. At a quick glance, changes would be to `BranchContentMetadata.cs`, `BranchEvent.cs`, `BranchLinkProperties.cs`, `BranchUniversalObject.cs`, `BranchiOSUtils.cs`. Usages of `JsonConvert.DeserializeObject` would...

feature-request
needs-triage

## Reference SDK-2316 -- .net maui update underlying native SDKs ## Summary Updated the Android and iOS Branch SDK versions to the latest. Required updating some of the Android C#...

### Describe the bug I have recently upgraded my Maui app to use .net 8 but one of my Nuget packages will not build for iOS (builds for Android just...

bug
needs-triage

### Describe the bug See BranchMetrics/ios-branch-deep-linking-attribution#1207. ### Steps to reproduce 1. Launch app linked with version 9.0.0 on iOS < 13. 2. Watch it crash on launch due to missing...

bug
needs-triage

### Describe the feature The xcframework has the maccatalyst bits already, but the tfm for the ios sdk, shared and Timber projects only have net6.0-ios or net7.0-ios. Please also include...

feature-request
needs-triage

### Describe the bug Firstly, thanks for the update! I'm getting the following error when I try build my iOS project: > error MT5211: Native linking failed, undefined Objective-C class:...

bug
needs-triage

After running GetShortURL(), the ReceivedUrl callback method is successfully called (part of IBranchUrlInterface): `Branch.GetInstance().GetShortURL(this, _branchObj, _linkProperties);` When I call ShareLink() in the ReceivedUrl callback, none of the IBranchLinkShareInterface methods are...

According to [this Branch article on supporting Facebook App Install Campaigns](https://help.branch.io/using-branch/docs/facebook-app-install-ads#configure-your-app-to-read-facebook-app-install-deep-links), there are a few code snippets we need to add. For **Android**, we're supposed to include the following for...

Xamarin Forms documentation needs to be improved!! It is woefully out of date and inaccurate. The documentation provides a link for a xamarin forms implementation but when clicking it one...

The AAID information is not being sent to the API. In Dashboard, it is shown as "Not Populated". The same problem occurs with the sample Android application in this repository