playMaker

Author Topic: Need an action for ConfirmPendingPurchase (Unity IAP)  (Read 2789 times)

mmzbr

  • Playmaker Newbie
  • *
  • Posts: 40
Need an action for ConfirmPendingPurchase (Unity IAP)
« on: March 11, 2021, 08:54:11 AM »
I had problems with consumables items aren't consumed after purchase (user lost connection after payment) and my game didn't delivered the goods. And if user press the purchase button again an error message popup: "You already own this item".

Following the Unity forums the solution is call ProcessPurchase method.
https://forum.unity.com/threads/solved-what-do-i-do-in-my-code-to-consume-a-product.479078/

Can anyone please make a custom action for this? Please the user are frustrated for paid and didn't receive their goods.
« Last Edit: March 11, 2021, 11:03:01 AM by mmzbr »