Skip to content

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

Bug fixes, Swift Updates, and iOS 10 Compatibility

11 Oct 23:22

Choose a tag to compare

  • There are no breaking changes in this release.
  • The Swift example and documentation have been updated for Swift 3.0.
  • We've diagnosed an open problem when Branch, Localytics, and Google Analytics are all used
    in the same app. You can read the details and work-arounds in the Github issue
    Branch, Localytics, and Google Analytics.
  • Check the change log for specific fixes: Change log on Github.

Swift Compatibility

20 Sep 21:15

Choose a tag to compare

Fix for few swift compatibility issues
Support for Carthage sub modules

More crash protections

16 Sep 07:07

Choose a tag to compare

Fix for issue causing initsession hang on cold start from universal link
Adding few crash protection
Removing BUO nullable fields

Stronger Matching

14 Sep 01:06

Choose a tag to compare

Fixing time delay issue with strong match checking using SVC

Content Discovery Feature

13 Sep 20:56

Choose a tag to compare

Added new Branch Content Discovery feature
Added changes for supporting latest Xcode updates
Few addition l fixes and optimizations

iOS 10 is here!

07 Sep 18:26

Choose a tag to compare

  • iOS 10 Spotlight indexing support
  • iMessage extensions support for deep linking and BUO
  • retrieve content type in BUO from dictionary

Campaigns, Campaigns, Campaigns!

31 Aug 02:43

Choose a tag to compare

  • Add campaign to link properties (popular feature request)!
  • Remove debug gesture
  • Better instrumentation on retries
  • Add checksumming to the release procedure
  • Fix Branch & Mopub Fabric header conflict
  • Nullability and nonnull support for Swift
  • iOS 10 optimizations

New Testbed App!

09 Aug 16:42

Choose a tag to compare

  • New Testbed App!
  • fix module.map path on Carthage project
  • ability to whitelist URI schemes

Bye Bye Deprecated methods

15 Jul 23:43

Choose a tag to compare

  • setDebug must be called on getInstance. It's no longer a static method.
  • referral code and promo code methods are no longer available
  • action count methods are no longer available
  • getReferralUrl removed - please migrate to BUO
  • getContentUrl removed - please migrate to BUO
  • BUO showShareSheet andCallback method deprecated - migrate to showShareSheet callback.
  • App ID removed - please migrate to using Branch Key
  • Handle iOS 10 returning all-zeros IDFA when limiting ad tracking

Branch + Fabric Answers!

20 Jun 22:02

Choose a tag to compare

  • Fabric Answers integration
  • Swift Testbed
  • Retry in poor network conditions
  • Fix for Facebook calling openUrl from within the app
  • Fix Fabric headers conflict
  • Simplify Carthage project
  • Fix framework headers visibility issue with BranchView