The AEPMessaging extension for Adobe Experience Platform Mobile SDKs powers push notifications, in-app messages, and code-based experiences for your mobile apps. This extension also helps you to collect user push tokens and manages interaction measurement with Adobe Experience Platform services.
Integrate the AEPMessaging extension into your app by including the following in your app level gradle file's dependencies
:
implementation platform('com.adobe.marketing.mobile:sdk-bom:3.+')
implementation 'com.adobe.marketing.mobile:core'
implementation 'com.adobe.marketing.mobile:assurance'
implementation 'com.adobe.marketing.mobile:edge'
implementation 'com.adobe.marketing.mobile:edgeidentity'
implementation 'com.adobe.marketing.mobile:messaging'
If you use the Messaging extension alongside the Campaign Standard extension, Campaign Standard extension version 3.0.0 or newer must be used to resolve a compatibility issue:
implementation 'com.adobe.marketing.mobile:campaign:3.0.0'
Adding Firebase messaging sdk as it is required for using FCM
implementation 'com.google.firebase:firebase-messaging:<latest-version>'
Open the project
To open and run the project, open the code/build.gradle.kts
file in Android Studio
Run demo application
- Follow this Firebase documentation to add the configuration file for your firebase project.
- Once you opened the project in Android Studio (see above), select the
app
runnable and your favorite emulator and run the program.
Additional documentation for configuration and sdk usage can be found under the Documentation directory.
A comprehensive tutorial for getting started with In-app messaging can be found here.
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 Experience Platform (AEP) from a mobile application. |
Identity for Edge Network extension | The Identity for Edge Network extension enables identity management from a mobile app when using the Edge Network extension. |
Contributions are welcomed! Read the CONTRIBUTING for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.