Getting started with Push notifications for Android - Introduction
Adobe Campaign allows you to send personalized and segmented push notifications to iOS and Android mobile devices. This tutorial will walk you through the steps involved in sending push notifications from Adobe Campaign to an Android app.
Prerequisites
Before you can begin, you will need to have the following:
-
Android Mobile application
This tutorial does not cover the detailed steps required to set up the mobile application. You will need to have an Android mobile application with the Campaign SDK integrated.
You can find a detailed description of the required steps in the product documentation:
Integrating Campaign SDK into the mobile application
You can also use the Experience Platform Mobile SDK. For more information watch the tutorial video:
Configure the Push Channel using the Experience Platform Mobile SDK
-
Mobile App channel package installed
The Mobile App channel package needs to be installed on your Campaign instance. The following video explains how to check if the Mobile App channel is installed on your instance and if not, how to install it.
Tutorial Overview
We would like to send a personalized promotional push notification to the subscribers of the Neotrip Android mobile app. The Neotrip app is configured with the Campaign SDK and we have made sure that the Mobile App channel is activated on our Campaign instance.
The following configuration steps are required:
Step 1: Extend the app subscription schema to personalize push notifications
As we would like to personalize the push notification, we will first extend the app subscription schema to be able to store the personalization values we receive from the app when the user subscribes to the service.
Step 2: Configure the Android service and create the mobile application in Campaign
Next we will need to configure the Android service and create the mobile application in Campaign. In this step we will define the Neotrip app as the target for the push notification.
Step 3: Configure and send the push notification
Then we are ready to configure and send the push notification.
Start the tutorial
Step 1: Extend the app subscription schema