Comment on page

How to Test Integration?

The client-side Integration Test Page can be used to verify the various integration steps on a physical device or Simulator.
Client-Side Integration Test Page

Triggering the Test Page

The test page can be triggered via two methods:

1. Via SDK Method

Android
iOS
Flutter
React Native
customerglu.testIntegration()
customerglu.testIntegration()
CustomergluPlugin.testIntegration()
import {testIntegration} from '@customerglu/react-native-customerglu';
testIntegration()

2. Via the Dashboard

  • Open the Dev Console in CustomerGlu Dashoard
  • In Integrations Page, Click on the Gear icon next to the SDK section
  • Click on the Test Integration button and enter the userId that is registered with CustomerGlu
Note: The app needs to be in a running/opened state for the test page to show up.
Last modified 4mo ago