Question

difference between purchasePackage and purchaseStoreProduct Flutter

  • 13 May 2024
  • 1 reply
  • 17 views

Badge

I worked on 2 different flutter projects. Some of them pulled the purchase packages from purchaseStoreProduct, some of them pulled them using purchasePackage, how do we determine their usage area? 


This post has been closed for comments

1 reply

Userlevel 2
Badge +4

Hi @vuralkayrac! If you are using offerings/packages with RevenueCat, use `purchasePackage`. If you are not using offerings/packages, you can use `purchaseStoreProduct` and `getProducts`.