Skip to content

Branch iOS SDK 1.39.4

Choose a tag to compare

@echo-branch echo-branch released this 27 Jul 20:28
· 1030 commits to master since this release

v1.39.4

CORE-2088 Add support for deferred deeplinks via pasteboard. This is not enabled by default.

Swift sample code

    func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {

        Branch.getInstance().checkPasteboardOnInstall()
        BranchScene.shared().initSession(launchOptions: launchOptions, registerDeepLinkHandler: { (params, error, scene) in
            // handle Branch callback
        })
        
        return true
    }

CORE-1950 Record install referrer