How does iOS handle IAP acknowledged status

Please provide the following:

  1. SDK Version: “expo-in-app-purchases”: “^8.0.0”,
  2. Platforms(Android/iOS/web/all): iOS

I’m currently experiencing an issue with expo IAP on iOS where after I make a call to purchaseItemAsync that purchase appears on the history as acknowledged: true without my app making any calls to finishTransactionAsync.

According to the docs, the finishTransactionAsync is responsible for marking the purchase as finished but I’m not seeing that behavior.

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