dooboolab-community / react-native-iap

In App Purchase module for React Native!
https://react-native-iap.dooboolab.com
MIT License
2.75k stars 632 forks source link

requestSubscription - Infinite load when user cancels the automatic renewal #1363

Closed nextrie closed 3 years ago

nextrie commented 3 years ago

Please use Discussion board if you want get some help out of it. Please report issue if there is a bug.

Version of react-native-iap

6.0.2

Version of react-native

5.0.1-alpha.2

Platforms you faced the error (IOS or Android or both?)

IOS

Expected behavior

User get a subscription popup

Actual behavior

Infinite load on the requestSubscription method without displaying anything to the user

Tested environment (Emulator? Real Device?)

Real device (TestFlight)

Steps to reproduce the behavior

Thank you and have a nice day !

j-cheung commented 3 years ago

Hi,

I am experiencing this as well, what did you do to get it working?

Thanks.

UPDATE

I think i got it working by calling finishTransaction on the expired purchase returned.