Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.15 KB

getting-started-test-app.md

File metadata and controls

27 lines (17 loc) · 1.15 KB

Getting started with the test app

Data Collection mobile property prerequisites

The test app needs to be configured with the following extensions before it can be used:

Run test application

  1. In the test app, set your ENVIRONMENT_FILE_ID in ConsentTestApplication.java.
  2. Select the app runnable with the desired emulator and run the program.

Validation with Assurance

Configure a new Assurance session by setting the Base URL to testapp://main and launch Assurance in the test app by running the following command in your terminal:

$ adb shell am start -W -a  android.intent.action.VIEW -d "testapp://main?adb_validation_sessionid=ADD_YOUR_SESSION_ID_HERE" com.adobe.marketing.mobile.edge.consent.testapp

Note Replace ADD_YOUR_SESSION_ID_HERE with your Assurance session identifier.

Once the connection is established and the events list starts getting populated, you can filter the Consent extension events by typing Consent in the Search Events search box.