Example in-app purchases for a single app:
$0.99
- reference name "100 Coins"
- product id "smallcoins"
$0.99
- reference name "100 Gems"
- product id "smallgems"
I can see the proceeds when I download the sales data but cannot tell which one was purchased. How do I differentiate the sales of each in-app purchase on App Store Connect?
Is this something I would need to track in my own database as purchases are made or can I pull this from one of Apple's APIs?
Thanks!