Skip to content

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

More crash protections

16 Sep 07:07
Compare
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
Compare
Choose a tag to compare

Fixing time delay issue with strong match checking using SVC

Content Discovery Feature

13 Sep 20:56
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

Updates for 0.12.2

05 Jun 04:57
Compare
Choose a tag to compare
  • better error handling for 500s
  • check for Facebook deferred app links on the client
  • sanity checks for strong_match url
  • send vendor_id in requests
  • provide .podspec to install SDK without AdSupport framework

0.12: SDK support for application landing pages

02 Apr 19:08
Compare
Choose a tag to compare
  • ability to suppress warning logs
  • fix NSURLSession checks
  • add SDK support for application landing pages
  • Fabric integration
  • TestBed app cleanup