Skip to content

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

Release 0.22.3

29 Dec 21:19
Compare
Choose a tag to compare
  • v0.22.3
    • Master Release - December 29, 2017
    • Fixed the static library build.

Release 0.22.2

29 Dec 20:51
Compare
Choose a tag to compare
  • v0.22.2

    • Master Release - December 29, 2017
  • v0.22.1

    • Flattened the Branch Universal Object dictionary to be fully compatible with Android.
  • v0.22.0

    • Apple search ads weren't timing out on iPad during initialization.
      • This could block Branch initialization when Search Ad attribution was turned on.
    • Fixed a deadlock found in iOS 9.3 / iPhone 5s.
    • Added the [UIViewController bnc_currentViewController] as a category.

Release 0.21.16

21 Dec 00:42
Compare
Choose a tag to compare
  • v0.21.16
    • Master Release - December 18, 2017
    • Fixed the BranchUniversalObject for v2-events & updated the UITestBed. (#768)
    • Fixed update / install tracking when app installed but not run for a while. (#763)
    • Added some code for Will's AppsFlyer integration in the Swift test bed. (#767)
    • Added limit_facebook_tracking to allow developers to opt-out of Facebook app tracking (AIS-417).
    • Moved the forward declaration of [NSLocal countryCode] so that it doesn't interfere with
      newer Swift compilations.

Release 0.21.14

08 Dec 23:30
Compare
Choose a tag to compare
  • v0.21.14
    • Master Release - December 8, 2017
    • Added a unit test for correct app dates for update / install checking.
    • Fixed an incorrect deprecation message for BranchUniversalObject indexing.
    • Updated the documentation for BranchUniversalObjects and BranchEvents.
    • Updated link sharing for iOS 11.2 notepad.

Release 0.21.13

29 Nov 22:49
Compare
Choose a tag to compare
  • v0.21.13
    • Fixed the Carthage library build.

Release 0.21.12

29 Nov 22:23
Compare
Choose a tag to compare
  • v0.21.12
    • Fixed a crash bug in TestBed-Swift due to a renamed storyboard (AIS-430).

Release 0.21.11

20 Nov 22:48
Compare
Choose a tag to compare
  • v0.21.11
    • Fix CoreSpotlight defines for old iOS version support.

Release 0.21.10

20 Nov 21:54
Compare
Choose a tag to compare
  • v0.21.10
    • Master Release - November 20, 2017
    • Fixed a public header for the static library.

Release 0.21.9

20 Nov 19:54
Compare
Choose a tag to compare
  • v0.21.9

    • Master Release - November 20, 2017
    • Fixed some merge conflicts.
  • v0.21.8

    • Master Release - November 20, 2017
  • v0.21.5

    • NOTE: There is a known crash bug when sharing a Branch link via the Slack activity.
      • Slack is aware of this crash and is working to fix it. It is an intermittent crash in iOS 11.
      • The crash is in -[NSExtension _completeRequestReturningItems:forExtensionContextWithUUID:completion:]_block_invoke ()
    • Updated comments.
    • Fixed a race condition in the preference helper.
    • Added a deep link key to the Testbed example to be more compatible with the Android version.
  • v0.21.3

    • Fixed an occasional crash when sharing a Branch link to Slack. The crash only occurred on some versions of iOS.
    • Updated TestBed-Swift to Swift 4 and added a bunch of third party integrations.
    • Added BranchWillStartSessionNotification / BranchDidStartSessionNotification Branch session notifications.
    • Added a Branch delegate with optional delegate methods.
    • Better Spotlight: Added a better interface to listing your application's content on Spotlight.
      See the updated Spotlight documentation.
  • v0.21.2

    • Update README.md to use proper Swift syntax.
    • Better debugging messages for requests.
    • Added an event picker for v2-event testing in the TestBed.
  • v0.21.1

    • Fixed some annoying compile warnings.
    • Made module support optional.
  • v0.21.0

    • Added v2-event support.
    • Updated readme.md to include instructions for building a project withBranch as a sub-project.
    • Suppressed more unnecessary compatibility warnings.
    • Testbed-Swift now has many more third party integrations.

Release 0.20.3

09 Nov 22:24
Compare
Choose a tag to compare
  • v0.20.3
    • Master Release - November 9, 2017
    • Logging not persisted.