chirag04 / react-native-in-app-utils

A react-native wrapper for handling in-app payments
MIT License
890 stars 185 forks source link

Is there any way to retrieve USD price? #138

Open willbattel opened 6 years ago

willbattel commented 6 years ago

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.

kurtsergey commented 6 years ago

Which analytics? Most popular systems have currency parameter for purchase events.

willbattel commented 6 years ago

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.