We are using the Kochava plugin with Corona SDK to track purchase events.
I saw there was an option to provide a currency to the init() function, and that currency will be used to sum purchase costs.
However, the plugin is initialized when the app starts, and at that point, the currency of the user is unknown. We can know the currency only after we initialize the relevant store and retrieve the products for sale. For internal implementation reasons, we do this only after the user logs in to the app.
Would it be possible to add a setter function to the Kochava plugin, so we can set the user’s currency after we get the products from the store?
We want to be able to send these purchase events to calculate our exact revenue, regardless of the currency.
Thanks