[SDK34] Branch getLatestReferringParams

HI,

I am trying to get going on SDK34 from SDK33 … and im having some issues with Branch.

I’m calling

return Branch.getLatestReferringParams()
    .then(function (params) {
      return params && hasValidLinkParams(params) ? params : null;
    });

And I keep getting

Has anyone seen this issue? Have a fix?

Hey @ohope,

Is this a Bare workflow project? If not, the Branch module has been removed from Managed projects.

Cheers,
Adam

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.