Skip to main content
Solved

Expo: How to purchase One time In-App product in revenue cat

  • June 28, 2023
  • 1 reply
  • 781 views

Forum|alt.badge.img+3

I have added in app products in play console and also imported them to revenue cat dashboard, i am also fetching and displaying these products in my app, now i know that there is a method called "Purchases.purchaseProduct" but i dont know how to use it. 

For Purchases.purchasePackage method we get customerInfo object back on successfull purchase but what do we get or how do we know user successfully bought the product, i can only see  Purchases.purchaseProduct in documentation

 

Here is the documentation that i am referring to

 

Making Purchases

Best answer by Michael Fogel

Hey @anonimia ,

 

You can use the customerInfo object that you get as a response to check and confirm whether or not the person had made a successful purchase by checking their entitlements that they have after the call. If they have the entitlement associated with whatever product was purchased, then that purchase was a success and they should be able to access anything that is supposed to be accessible//unlocked with that entitlement. 

 

More information on purchasePackage can be found here: https://revenuecat.github.io/react-native-purchases-docs/6.2.3/classes/default.html#purchasePackage

 

More information on purchaseProduct can be found here: https://revenuecat.github.io/react-native-purchases-docs/6.2.3/classes/default.html#purchaseProduct

 

More information on the customerInfo object and checking subscriptions can be found here: https://www.revenuecat.com/docs/customer-info

 

View original
Did this post help you find an answer to your question?

1 reply

Michael Fogel
Forum|alt.badge.img+6
  • Dedicated Contributor
  • 382 replies
  • Answer
  • June 29, 2023

Hey @anonimia ,

 

You can use the customerInfo object that you get as a response to check and confirm whether or not the person had made a successful purchase by checking their entitlements that they have after the call. If they have the entitlement associated with whatever product was purchased, then that purchase was a success and they should be able to access anything that is supposed to be accessible//unlocked with that entitlement. 

 

More information on purchasePackage can be found here: https://revenuecat.github.io/react-native-purchases-docs/6.2.3/classes/default.html#purchasePackage

 

More information on purchaseProduct can be found here: https://revenuecat.github.io/react-native-purchases-docs/6.2.3/classes/default.html#purchaseProduct

 

More information on the customerInfo object and checking subscriptions can be found here: https://www.revenuecat.com/docs/customer-info

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings