Enable to catch In-app Purchase renewal event

  1. SDK Version: 34
  2. Platforms(Android/iOS/web/all): Android

Hi,
I’m having issue catching subscription renewal for google play purchases. My setPurchaseListener catches the purchaseItemAsync event but nothing when my monthly subscription renews (every 5 mins on test env). I do get a mail from Google play telling me my subscription has been renewed, but nothing app side.

So how to be aware for a user subscription renewal ?

Thx

Hey @enigmapps,

Just want to ensure that you’ve placed setPurchaseListener globally so that it can handle subscriptions and unfinished transactions. https://docs.expo.io/versions/v34.0.0/sdk/in-app-purchases/#inapppurchasessetpurchaselistenercallback-result-iapqueryresponse--void

Cheers,
Adam

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.