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 22 forks source link

getActiveProducts return empty array right after login #145

Closed voslartomas closed 8 months ago

voslartomas commented 10 months ago

Hello,

when I login user and call getActiveProducts it returns empty array even though user has subscription. If I restart application it load them just right. What could be the problem?

Iaphub.login(result.data.currentUser.id).then(() => {
              Iaphub.getActiveProducts() -> empty
...

I am testing on real iOS device.

iaphub commented 8 months ago

It looks like an issue with your account. You can contact the support (support@iaphub.com).