-
Notifications
You must be signed in to change notification settings - Fork 87
Description
Hi @majaklajic,
Amazing work on the in-app-purchases extension, that's awesome ! π
We just noticed you didn't check if an active product returned is in a retry period or a paused state.
We would recommend updating react-native-iaphub to the latest version (v6.0.1) which isn't returning active products on a 'retry_period' or 'paused' state anymore by default (https://github.com/iaphub/react-native-iaphub#subscription-state).
They are now only returned by providing an extra parameter (which is quite handy to display a message related to the subscription state).
Also if you keep using the version 5 here is the instructions to check the subscription state:
https://github.com/iaphub/react-native-iaphub/tree/v5.1.2#check-subscription-status
Happy to help if you need additional informations.