Set up push notifications

To send push notifications with Leanplum, it requires some additional setup. For the steps to complete this set up, see the steps and specific platform guides below needed.

Developer setup

The technical set up for push notifications is important to ensure everything works. Below are the relevant guide(s) for your developers to follow to setup Leanplum push notification support in your app.

Once the developer setup is completed, there is some additional setup in the Leanplum App Settings needed.

Update App Settings

To complete the App Settings step, go to App Settings page, then click Keys & Settings next to your app's name. In the settings window, you will open the Push Notifications tab to view and edit the settings.

🚧

This requires your account to have Admin or Member privileges for your team

Adding push certificates

Depending on what push service you are using, the set up for push in the Leanplum dashboard will differ. For more on each setup, see below.

iOS: Upload your Push Certificates

To upload your Apple certificates, do the following:

  1. Add your sandbox key by clicking on Upload .p12 file
  2. Add your sandbox passphrase in the Sandbox passphrase field
  3. Repeat steps 1 and 2 for your production certificate
  4. Click Done

🚧

Upload a Sandbox only certificate in the Sandbox field on the dashboard. The Production/Sandbox certificate combination should be used in the Production field.

📘

For testing push notifications you need to have both your Sandbox key as well as your Production key set up.

Android: Add your Google API key

If you use Firebase Cloud Messaging, you must set this to your Google Server API key. For more info, see how to set up Push notifications.

Web Push: Set the default website

Set the default website to your home page's URL for web push to ensure the push opens if an alternative open action is not specified. If you do not set a custom open URL App function in your message, the user will be sent to your home page when they open the message. It's best practice to always set the Open URL action to open a specific page (a specific article or product), but the default website is necessary to ensure all web push notifications lead users to a page.