The Adobe Experience Platform Identity for Edge Network mobile extension enables identity management from your mobile app when using the Adobe Experience Platform Mobile SDK and the Edge Network extension.
Integrate the Identity for Edge Network mobile extension into your app by following the getting started guide.
Open the project
To open and run the project, open the code/settings.gradle.kt
file in Android Studio.
Run the test app
To configure and run the test app for this project, follow the getting started guide for the test app.
Development on M1 Macs
If you are seeing any build failures when running the project for the first time on your M1 machine, check out the troubleshooting guides.
This project uses the code formatting tools Spotless with Prettier and ktlint. Formatting is applied when the project is built from Gradle and is checked when changes are submitted to the CI build system.
Prettier requires Node version 10+
To enable the Git pre-commit hook to apply code formatting on each commit, run the following to update the project's git config core.hooksPath
:
make init
Project | Description |
---|---|
Core extensions | The Mobile Core represents the foundation of the Adobe Experience Platform mobile SDK. |
Edge Network extension | The Edge Network extension allows you to send data to the Adobe Edge Network from a mobile application. |
Consent for Edge Network extension | The Consent extension enables consent preferences collection from your mobile app when using the AEP SDK and the Edge Network extension. |
Assurance extension | The Assurance extension enables validation workflows for your SDK implementation. |
Additional documentation for usage and SDK architecture can be found under the Documentation directory.
Contributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.