react-native-iap icon indicating copy to clipboard operation
react-native-iap copied to clipboard

[Android] purchaseUpdatedListener auto-renew subscription not listened

Open chrisga0412 opened this issue 6 months ago • 2 comments

Description When I use purchaseUpdatedListener to listen subscription renew in iOS, it works normally. But, I can only listen to the first subscription purchase in Android, subsequent renewals are not listened.

Environment:

  • react-native-iap: ^12.12.1
  • react-native: 0.71.11
  • Platforms Android

chrisga0412 avatar Dec 28 '23 03:12 chrisga0412

Try this

kyadalu1 avatar Jan 06 '24 09:01 kyadalu1

the linked video above doesn't answer the question, still I don't see subsequent calls for Android

I'm using this method now as a workaround: https://github.com/dooboolab-community/react-native-iap/issues/1658

pencilcheck avatar Feb 16 '24 22:02 pencilcheck