[expo-in-app-purchase] Problem with non finish transaction

Please provide the following:

  1. SDK Version: 43
  2. Platforms(Android/iOS/web/all): iOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Hi,

I am implementing expo in-app purchase module in my project. I have a problem with a payment validation error.

Indeed, before completing the transaction if I have an error on the unlocking of the purchased content, I do not call the finishTransactionAsync() method and I display a message that says “The payment could not be completed. Please Contact us.” It’s OK.

But when restarting the application, on the purchases page, I notice that the event purchaseListener is reminded each time and I have an error message that reappears for each transaction that has not been completed.

Is this normal?
Is there another way to do things?

Thank you

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