xxsnakerxx / react-native-flurry-analytics

React Native wrapper for Flurry Analytics
https://developer.yahoo.com/analytics/
MIT License
29 stars 26 forks source link

Flurry is not receiving any events #13

Closed IvRRimum closed 7 years ago

IvRRimum commented 7 years ago

Hey,

just installed your package and executed this in my Root.js

import FlurryAnalytics from 'react-native-flurry-analytics';

FlurryAnalytics.setAppVersion('32');
FlurryAnalytics.setDebugLogEnabled(true);
FlurryAnalytics.setCrashReportingEnabled(true);
FlurryAnalytics.startSession('My key here');
FlurryAnalytics.logEvent('appOpen');
FlurryAnalytics.logPageView();

but my flurry dashboad shows no activity whatsoever

ayushnawani commented 6 years ago

@IvRRimum what was the issue?