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:

  1. Open Lion → Settings → IAP Validation

  2. In the Validator field, select No Validator

  3. 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) with ValidationStatus = NotVerified

  • Adjust receives the iap_purchase revenue 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?