Question

How can I get information on Google Play and Expo about how many purchases the user made at one time?

  • 21 January 2024
  • 1 reply
  • 14 views

Badge

Users sometimes purchase a single product 10 times. I couldn't find the log for this. The log entry for purchasing a product only provides the total number of purchases. How can I access the data for the quantity of a single product purchased in a single transaction?
 

 


1 reply

Userlevel 6
Badge +8

Hey @tolgahan-963c78,

At this time, we don’t support multi-quantity purchases on Android. In the mean time I’d recommend only allowing customers to purchase one at a time, and tracking each purchase via webhooks on your server.

You can read more about webhooks here: https://www.revenuecat.com/docs/integrations/webhooks 

Reply