dooboolab-community / react-native-iap

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

IAP.PurchaseUpdatedListener not working for auto renewal subscriptions in android #2746

Open shaileed opened 1 month ago

shaileed commented 1 month ago

I am working in subscription with auto renewal and having issue in Android renewal flow. when i subscribe for the first time purchaseupdatedlistener call successfully. but when after 5 minutes renewal flow start, google play send renewal email which says renewal is success and also I can see that in phon's subscription list but purchaseupdatedlistener so it is not calling my API which validates the accesstoken for me and update transaction in db.

react-native Version: 0.72.6 react-native-iap Version: 12.12.2 Platform: Android

faheem-cmd commented 3 weeks ago

@shaileed are you solved ?