github BranchMetrics/ios-branch-deep-linking-attribution 0.13.5
Release 0.13.5

latest releases: 3.4.3, 3.4.2, 3.4.1...
7 years ago
  • v0.13.5
    • Updated Xcode 7 example project to work on iOS 7.
    • Added iAd framework to Swift example so that the Apple Search Ad query works.
  • v0.13.1
    • Beta Release <

    • Version strings are now displayed in the testbed apps.
    • Made sure that Branch callbacks happen on the main thread.
    • Fixed the Xcode 7 example to work with unit tests.
    • Fixed content discovery to work consistently.
    • Updated the Apple Search Ad debug mode campaign name to 'DebugAppleSearchAdsCampaignName'.
  • v0.13.0
    • Beta Release <

    • All the unit tests now compile, run, and pass.

    • Added the branchAPIURL property to BNCPreferenceHelper instances.
      This property can be set when testing with mocking frameworks like WireMock, where canned
      server responses are needed for functional testing scenarios.

      This property can be set before Branch is initialized. For example:

      [BNCPreferenceHelper preferenceHelper].branchAPIURL = @"http://localhost/branch-mock";
      [[Branch getInstance] initSessionWithLaunchOptions:launchOptions];

      Be sure to use the Branch production API URL in production apps!

Don't miss a new ios-branch-deep-linking-attribution release

NewReleases is sending notifications on new releases.