Hi guys, what’s the process for logging revenue data to Flurry? My custom events, send via logEven(), are making it through just fine, but there doesn’t seem to be any way to tell Flurry which events contain in-app purchase data.
Should Flurry be logging this data automatically? If so, do I need to include the flurry plugin and call Flurry.init() within every lua file that contains a store.purchase() call? Right now I initialize flurry once when the app first loads.
Thanks!