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

latest releases: 3.4.3, 3.4.2, 3.4.1...
7 years ago

Branch iOS SDK Change Log

  • v0.14.9

    • Master Release
    • Updated the Branch-TestBed Branch-TestBed-Swift examples.
    • Verified Xcode 8.3 and iOS 10.3 compatibility.
  • v0.14.5

    • Beta Release
    • Added two new Branch methods for handling opening scheme-based URLs from an app delegate.
      These methods match the corresponding UIApplicationDelegate methods and allow the Branch SDK
      more flexibility when handling scheme-based URLs. The methods are:
        - (BOOL)application:(UIApplication *)application
                    openURL:(NSURL *)url
          sourceApplication:(NSString *)sourceApplication
                 annotation:(id)annotation;

and

        - (BOOL)application:(UIApplication *)application
                    openURL:(NSURL *)url
                    options:(NSDictionary<UIApplicationOpenURLOptionsKey,id> *)options;
  • v0.14.4

    • Beta Release
    • Fixed getUpdateState so it works on enterprise distribution. INTENG-3189 (#601)
    • Added light-weight logging. AIS-193 (#591)
  • v0.14.1

    • Beta Release
    • Added a new Branch class, BranchShareLink, that encapsulates a BranchUniversalObject,
      BranchLinkProperties, and sharing interaction for easier and more flexible Branch link
      sharing. The class can provide UIActivityItemProvider items or present an Apple Activity View
      Controller.
    • Added an example of sharing with the BranchShareLink in the Testbed-Swift example app.
    • Added a new BranchUniversalObject method [BranchUniversalObject userCompletedAction:withState:].
    • Minor bug fixes and unit test updates.
    • Updated transaction_id for commerce events.
    • Fixed a crash bug when adding Branch identity to Fabric answers.

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

NewReleases is sending notifications on new releases.