Adobe Brand Concierge. Guide customer journeys with personalized, conversational discovery.
For more information, see official documentation
Adobe Experience Platform (AEP) Brand Concierge Extension is an extension for the Adobe Experience Platform Swift SDK.
The AEPBrandConcierge extension is used to enable Brand Concierge experiences in your iOS app.
For further information about Adobe SDKs, visit the developer documentation.
- Xcode 15 (or newer)
- Swift 5.1 (or newer)
For installation instructions, visit the getting started guide.
For implementation instructions, visit the implementation guide.
Additional documentation for SDK usage and configuration can be found in the Documentation directory.
| Project | Description |
|---|---|
| AEPCore Extensions | The AEPCore and AEPServices represent the foundation of the Adobe Experience Platform SDK. |
| AEPEdge Extension | The AEPEdge extension allows you to send data to the Adobe Experience Platform (AEP) from a mobile application. |
| AEPEdgeIdentity Extension | The AEPEdgeIdentity enables handling of user identity data from a mobile app when using the AEPEdge extension. |
| AEP SDK Sample App for iOS | Contains iOS sample apps for the AEP SDK. Apps are provided for both Objective-C and Swift implementations. |
Looking to contribute to this project? Please review our Contributing guidelines prior to opening a pull request.
We look forward to working with you!
The first time you clone or download the project, you should run the following from the root directory to setup the environment:
make pod-install
Subsequently, you can make sure your environment is updated by running the following:
make pod-update
Open the workspace in Xcode by running the following command from the root directory of the repository:
make open
You can run all the test suites from command line:
make test
This project is licensed under the Apache V2 License. See LICENSE for more information.