iaphub / react-native-iaphub

The easiest way to implement IAP (In-app purchase) in your React Native app.
https://www.iaphub.com/
MIT License
319 stars 21 forks source link

Questions regarding the pricing #52

Closed eraldoforgoli closed 3 years ago

eraldoforgoli commented 3 years ago

Hi,

I have some questions regarding what is called an active user. Does calling the Iaphub.init() method, make the user counted as active, or only when calling setUserId() ?

If not, do you have a list of methods that would count the user as active ?

When is the first moment that the user is counted as active ?

iaphub commented 3 years ago

Hi @eraldoforgoli ,

No it won't be called as active when calling the init method. The user will be counted as active when calling the getProductsForSale or getActiveProducts methods.