4

I am using the react native branch deep linking library to integrate branch.io into my app. It is showing install events in my live view on branch but when I do any sort of event logging using the library it does not show up.

Inside my xcode console it is showing;

Debug: Network finish operation https://api.branch.io/v2/event/standard 0.825s. Status 200 error (null). {"branch_view_enabled":false}.

john
  • 59
  • 4
  • I'm having the same problem and seeing the same thing in console. I can't even set up referrals because the events aren't coming through. – willbattel Mar 28 '18 at 00:23

1 Answers1

1

Apparently all the logging events uses the v2 endpoint and doesn't show up in the dashboards...

Data partner integration also doesn't seem to work...

The only way to get the data is by exporting it.

john
  • 59
  • 4