You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
The text was updated successfully, but these errors were encountered: