Local Testing Interface

Introduction

Test adapter allows developers to:

  • mimic the remote values to test them locally.

  • test the actual adapter functionality without having to setup any third party SDK.

Install LionSDK

Complete the steps in Getting Started.

Setup

Go to LionStudios/Settings/Remote Config and select “Local Testing (Test Remote Configs)” in the Adapter field.

  1. Use “RemoteConfigs” list to enter any number of key value pairs.

  2. Follow the Remote Configs document to fetch these values in runtime.

Last updated