Simple IAP System
4.3
|
Base class for receipt verification implementations. More...
Public Member Functions | |
virtual bool | shouldValidate (VerificationType verificationType) |
Determines if a verification is possible on this platform. More... | |
virtual void | Validate (Product p=null) |
Verification for all products. More... | |
virtual void | Validate (string receipt) |
Verification for unified receipts i.e. Apple App Store. More... | |
Public Attributes | |
VerificationType | verificationType = VerificationType.none |
Selected type for IAP verification. More... | |
Base class for receipt verification implementations.
|
virtual |
Determines if a verification is possible on this platform.
Reimplemented in ReceiptValidatorService.
|
virtual |
Verification for all products.
Reimplemented in ReceiptValidatorService.
|
virtual |
Verification for unified receipts i.e. Apple App Store.
VerificationType verificationType = VerificationType.none |
Selected type for IAP verification.