Newer Version Available

This content describes an older version of this product. View Latest

Enable Push Notifications in a Salesforce Mobile SDK Hybrid App

  1. (Android only) If your target platform is Android:
    1. Add an entry for androidPushNotificationClientId. In assets/www/bootconfig.json:

      This value is the project number of the Google project that is authorized to send push notifications to an Android device.

  2. In your callback for cordova.require("com.salesforce.plugin.oauth").getAuthCredentials(), add the following code:

Example

This code demonstrates how you might handle messages. The server delivers the payload in message["payload"].