github BranchMetrics/android-branch-deep-linking-attribution 5.21.0
Release 5.21.0

latest release: 5.21.1
11 hours ago
  • v5.21.0
    • Add an optional configuration to allow cancelling Install Referrer fetch.
      • setInstallReferrerTimeout(int timeoutInMilliseconds)
      • After the Branch singleton is initialized in Application onCreate
        For example:
        Branch.getInstance().setInstallReferrerTimeout(250)
        Or use branch.json
        {
           "installReferrerFetchTimeout": 250
        }
        
      • Setting to 0 milliseconds will not impose a timeout (default behavior).

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

NewReleases is sending notifications on new releases.