The test app needs to be configured with the following extensions before it can be used:
- Mobile Core (installed by default)
- Assurance
- Consent
- In the test app, set your
ENVIRONMENT_FILE_ID
inConsentTestApplication.java
. - Select the
app
runnable with the desired emulator and run the program.
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.