BranchMetrics / unity-branch-deep-linking-attribution

The Branch Unity 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.
https://docs.branch.io/apps/unity/
MIT License
118 stars 24 forks source link

Support for iOS 15 and NativeLink #196

Closed dustinkerstein closed 2 years ago

dustinkerstein commented 2 years ago

Does the current Unity SDK have the latest iOS updates to correctly support iOS 15 and NativeLink?

Thanks, Dustin

dustinkerstein commented 2 years ago

It looks like the latest version of this Unity SDK only includes the iOS SDK 1.39.2, but per the email notification, iOS SDK v1.39.4 or higher is required. Can this be manually integrated?

echo-branch commented 2 years ago

@dustinkerstein The iOS SDK version should be pinned to the minor version, so it should auto update to 1.39.4. https://github.com/BranchMetrics/unity-branch-deep-linking-attribution/blob/master/BranchUnityTestBed/Assets/Branch/Editor/BranchDependencies.xml

You probably need to clear the cache to make sure the old version is removed first.

See the google documentation for details. https://github.com/googlesamples/unity-jar-resolver

dustinkerstein commented 2 years ago

@echo-branch Thanks! I will give that a try.