No Validator
Introduction
Use No Validator when you want to keep the LionSDK IAP Validation pipeline for logging/analytics consistency, but you don’t want receipt validation.
Common use cases:
Early development / internal testing
Low-risk titles where fraud protection isn’t needed (or will be added later)
Purchases will still be allowed to grant rewards, but they will be marked as NotVerified.
Setup
No additional setup is required to use the No Validator.
Enable No Validator
To enable the No Validator in your project:
Open Lion → Settings → IAP Validation
In the Validator field, select No Validator
Save
Once enabled, IAPValidation.ValidateAndLog() will run using the No Validator flow.
Behavior
When No Validator is enabled:
No receipt validation is performed
Purchases are logged to Lion Analytics (
inapp_purchase) withValidationStatus = NotVerifiedAdjust receives the
iap_purchaserevenue event (if enabled for the project)
Notes
There are no validation failures because no external checks are performed.
This option is mainly for preserving a consistent purchase logging pipeline while skipping verification.
Last updated
Was this helpful?