[Solved] IAP: InitiatePurchase(product, payload), how to get payload?

IAP has the method storeController.InitiatePurchase(product, payload), any ideas how I retrieve the payload specified for this purchase in the IStoreListener.ProcessPurchase(PurchaseEventsArgs args) callback?

@larku ,

Currently, the payload is only used in Google Play purchases. It is available in the Google Play receipt:

There is an example on how to parse that receipt here:

1 Like