Class PurchaseValidationService

Class PurchaseValidationService#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Services.PurchaseValidationService : xbe.sdk.ServiceBase#

Provides server side in-app purchase validation for various digital store fronts. The following stores are supported.

  • Apple Store

  • Google Play

Public Functions

PurchaseValidationService ()#
Task ValidateApple (AppleReceipt receipt)#

Validates an in-app purchase with the Apple Store.

Param receipt:

The receipt to validate.

Return:

Task ValidateGoogle (GoogleReceipt receipt)#

Validates an in-app purchase with the Google Play store.

Param receipt:

The receipt to validate.

Return: