react-native-in-app-utils
react-native-in-app-utils copied to clipboard
Is there any way to retrieve USD price?
Does this library have any ability to get the USD price of an in-app-pruchase item no matter which currency the device is using? I know I can get the USD price for US users, but I'd like to get the USD price (i.e., the price I set in iTunes Connect) for all users. I'm trying to track spending analytics and it'd be easiest to record the USD value of foreign currencies.
Which analytics? Most popular systems have currency parameter for purchase events.
I'm already using Fabric and Firebase Analytics but I'd like to add a manual tracking system for each user- whereas Fabric and Firebase only track aggregated events.